refactor(cistech-tunnel): move runtime scripts to shared folder

- Add entrypoint.sh and startup-vnc.sh to shared folder
- Override command in docker-compose.json to use /shared/entrypoint.sh
- Scripts can now be modified without rebuilding image
This commit is contained in:
2026-01-17 16:10:22 +00:00
parent 8656441976
commit 5c3147536c
3 changed files with 93 additions and 0 deletions

View File

@@ -66,6 +66,7 @@
"NET_ADMIN"
],
"isMain": true,
"command": ["/shared/entrypoint.sh"],
"extraLabels": {
"runtipi.managed": true
}