feat: implement Dockerfile, entrypoint, and health check for Node.js application

This commit is contained in:
2026-04-20 07:01:28 +02:00
parent 8087daa518
commit 055f51aa55
5 changed files with 0 additions and 160 deletions

4
app-new/entrypoint.sh Executable file
View File

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