Update Dockerfile

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