Skip to content

Commit

Permalink
Add build.sh for local dockerized builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasschopmans committed Mar 9, 2017
1 parent 139a0c0 commit f20d65f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit f20d65f

Please sign in to comment.