Initial Commit
This commit is contained in:
7
backend/entrypoint.sh
Normal file
7
backend/entrypoint.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Start the backend server
|
||||
node /backend/server.js &
|
||||
|
||||
# Start nginx in the foreground
|
||||
exec nginx -g 'daemon off;'
|
||||
Reference in New Issue
Block a user