deploy: device port fix, entrypoint CMD, mosquitto healthcheck

This commit is contained in:
2026-07-11 04:37:06 -07:00
parent ba3e172dda
commit 97c30acfdd
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
set -e
node /app/data/scripts/blz-bridge-patch.js
cd /app && node /app/data/scripts/blz-bridge-patch.js
exec docker-entrypoint.sh "$@"