Moved the NodeJS version of the application to the app/ directory.
This commit is contained in:
4
app/entrypoint.sh
Executable file
4
app/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