Initial build environment stuff

This commit is contained in:
Jamie Curnow
2018-06-20 08:45:27 +10:00
parent 458f9daf4e
commit 254c5c7add
10 changed files with 276 additions and 47 deletions

4
bin/build Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
sudo /usr/local/bin/docker-compose run --no-deps --rm app npm run-script build
exit $?