A single image to precompile typescript files
332
A microtask for generate javascript files with typescript
~ docker build -t microtask-typescript .
This microservice provide the follow volumes:
/usr/local/share/input
This is the place for the host source
/usr/local/share/config
This is the place for config files
/usr/local/share/tasks
This is the place for task files
/usr/local/share/output
This path needs to be referenced with your output folder host
clone this repo
cd test
docker run --rm -e DEV_UID=$(id -u) -e DEV_GID=$(id -g) -v $(pwd)/config:/usr/local/share/config -v $(pwd)/tasks/gulp-sprites:/usr/local/share/tasks -v $(pwd)/src:/usr/local/share/input -v $(pwd)/public:/usr/local/share/output microtask-typescript gulp
or directly
clone this repo
cd test
docker run --rm -e DEV_UID=$(id -u) -e DEV_GID=$(id -g) -v $(pwd)/config:/usr/local/share/config -v $(pwd)/tasks/gulp-sprites:/usr/local/share/tasks -v $(pwd)/src:/usr/local/share/input -v $(pwd)/public:/usr/local/share/output andru255/microtask-typescript gulp
Content type
Image
Digest
Size
23.7 MB
Last updated
about 10 years ago
docker pull andru255/microtask-typescript