Add build.sh for local dockerized builds

This commit is contained in:
Mathias Schopmans
2017-03-09 10:42:37 +01:00
parent 139a0c036e
commit f20d65f4b3

5
build.sh Executable file
View File

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