This commit is contained in:
Luke Gustafson
2024-11-27 03:40:00 +00:00
parent 1b2144d7b5
commit 80c45b7519
2 changed files with 38 additions and 6 deletions

7
backend/entrypoint.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
# Start the backend server in the background
node /backend/server.js &
# Start Nginx in the foreground
nginx -g "daemon off;"