Sign inSign up

pekach/ts-devtools-base

By pekach

Updated over 8 years ago

Base for TypeScript development tools

Image
0

420

pekach/ts-devtools-base repository overview

ts-devtools-base

Base Dockerfile for TypeScript development tools

How to run:
docker run \
  -ti \
  -p 4200:4200 \
  --rm \
  -v "$(pwd)":/mnt/workspace \
  pekach/ts-devtools-base:latest \
  <CMD>

where <CMD> can be:

  • install: Install dependencies
  • build: Fast build project
  • build-prod: Build project (optimized)
  • sync: Sync with git upstream
  • serve: Serve files at "4200" port
  • test: Test project
  • test-watch: Test and watch for changes
  • build-watch: Build and watch for changes

Tag summary

Content type

Image

Digest

Size

168.1 MB

Last updated

over 8 years ago

docker pull pekach/ts-devtools-base