update script

This commit is contained in:
2025-06-20 17:55:08 +02:00
parent 7cdbb872b4
commit 04db25ec5a

10
update.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Update the project
git pull
# Build the project
docker compose build
# Restart the project
docker compose up -d