Refactor Dockerfile and entrypoint script for improved structure and consistency

This commit is contained in:
2026-04-19 21:02:51 +02:00
parent 4c7d38399b
commit 599ac49a76
2 changed files with 11 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env sh
set -eu
exec node /app-new/dist/backend/server.js
exec node /app/dist/backend/server.js