initial commit
This commit is contained in:
8
entrypoint.sh
Normal file
8
entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Start Nginx in the background
|
||||
nginx &
|
||||
|
||||
# Start the Node.js backend
|
||||
exec node /app/node_modules/.bin/tsx /app/packages/backend/src/index.ts
|
||||
Reference in New Issue
Block a user