Merge pull request #122 from Nutomic/shebang

Add shebang to scripts
pull/127/head
Dessalines 5 years ago committed by GitHub
commit cc164f3e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save