Merge branch 'master' into dev

pull/127/head
Dessalines 5 years ago
commit 06861f3ec2

@ -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