Skip to content

Commit

Permalink
UPDATE nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Dec 10, 2024
1 parent f92503d commit a2e05db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# Inicia el servidor Node.js en segundo plano
node node /app/.output/server/index.mjs &
node /app/.output/server/index.mjs &

# Inicia Nginx
nginx -g "daemon off;"

0 comments on commit a2e05db

Please sign in to comment.