Add bash script
This commit is contained in:
parent
c6003e5ef9
commit
60384a8133
8
build-and-start.sh
Normal file
8
build-and-start.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
git pull
|
||||||
|
docker compose down
|
||||||
|
docker compose build
|
||||||
|
docker compose up -d
|
||||||
|
sleep 1
|
||||||
|
docker compose logs
|
||||||
Loading…
Reference in New Issue
Block a user