Skip to content

Commit

Permalink
Testing server routes
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaFM committed Dec 2, 2024
1 parent c5e6949 commit b8aface
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ RUN apt-get update && apt-get install -y curl && \
EXPOSE 80 3000

# Inicia Nuxt 3 y Nginx
#CMD node .output/server/index.mjs & nginx -g "daemon off;"
CMD node .output/server/index.mjs & nginx -g "daemon off;"

CMD ["node", ".output/server/index.mjs"]
#CMD ["node", ".output/server/index.mjs"]

0 comments on commit b8aface

Please sign in to comment.