Merge pull request #122 from Nutomic/shebang

Add shebang to scripts
This commit is contained in:
Dessalines 2019-04-26 09:07:54 -07:00 committed by GitHub
commit 3662b11610
2 changed files with 6 additions and 0 deletions

View file

@ -1,2 +1,5 @@
#!/bin/sh
set -e
git pull
docker-compose up -d --no-deps --build

View file

@ -1,3 +1,6 @@
#!/bin/sh
set -e
cd ui
yarn
yarn build