Update Dockerfile

This commit is contained in:
Mahyar
2024-10-21 01:01:49 +03:30
committed by GitHub
parent 0a50b08e17
commit 19087c5710
+2 -2
View File
@@ -37,11 +37,11 @@ USER appuser
# Set environment variables # Set environment variables
ENV NODE_ENV=production ENV NODE_ENV=production
ENV PORT=3000 ENV PORT=7420
ENV HOSTNAME="0.0.0.0" ENV HOSTNAME="0.0.0.0"
EXPOSE 3000 EXPOSE 7420
# Start the Nuxt 2 app # Start the Nuxt 2 app
CMD ["npm", "start"] CMD ["npm", "start"]