Files
Termix/entrypoint.sh
Luke Gustafson 88e4074427 Commit
2024-11-26 15:43:00 +00:00

7 lines
128 B
Bash

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