Fuck docker

This commit is contained in:
2025-12-30 01:55:56 +01:00
parent 2a149589a0
commit 09a9eca12a
9 changed files with 38 additions and 47 deletions

13
rpi/deploy.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
git pull
docker compose down
if [ "$1" != "preserve" ]; then
docker compose build --no-cache
fi
docker compose up -d --force-recreate
source ./bin/activate
python3 ./main.py