feat: Add a restart file to setup docker

This commit is contained in:
kbe
2025-07-21 20:43:08 +02:00
parent 9b5dd8745b
commit 13f18b2854

5
restart.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
docker compose down
docker rmi crossfit-crossfit-booker
docker compose up -d