This commit is contained in:
Luke Gustafson
2024-11-27 03:48:26 +00:00
parent 80c45b7519
commit 3ee91ed963
2 changed files with 19 additions and 36 deletions

View File

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