Files
TechRadarAJR/build.sh
2017-03-09 10:42:43 +01:00

6 lines
115 B
Bash
Executable File

docker run --rm \
-v $(pwd):/app \
-w /app \
aoepeople/fe-build-env:1.2.0 \
sh -c "yarn && yarn run build"