This commit is contained in:
2026-03-12 22:14:14 +01:00
parent 65ca5f4a82
commit a8c81cef12
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ services:
- "8005:8000" - "8005:8000"
volumes: volumes:
- /docker/Bruchtal:/docs - /srv/docker/repo:/docs
command: serve --dev-addr=0.0.0.0:8000 command: serve --dev-addr=0.0.0.0:8000

View File

@@ -2,7 +2,7 @@
set -e set -e
# test XDG_RUNTIME_DIR # test XDG_RUNTIME_DIR
LOGFILE="/var/log/bruchtal-deploy.log" LOGFILE="/srv/docker/repo/scripts/bruchtal-deploy.log"
cd /workspace cd /workspace
log() { log() {