This commit is contained in:
Luke Gustafson
2024-11-27 03:55:53 +00:00
parent 3ee91ed963
commit 8e6923b7a0
3 changed files with 25 additions and 28 deletions

View File

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