feat: implement Dockerfile, entrypoint, and health check for Node.js application
This commit is contained in:
4
app-new/entrypoint.sh
Executable file
4
app-new/entrypoint.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
exec node /app/dist/backend/server.js
|
||||
Reference in New Issue
Block a user