Update Dockerfile
This commit is contained in:
+2
-2
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user