Merge pull request 'feat: Add a restart file to setup docker' (#6) from develop into main
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
5
restart.sh
Executable file
5
restart.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
docker compose down
|
||||||
|
docker rmi crossfit-crossfit-booker
|
||||||
|
docker compose up -d
|
||||||
Reference in New Issue
Block a user