Rebase for Dockerfile in hub #150
@@ -75,5 +75,6 @@ USER nextjs
|
|||||||
|
|
||||||
# Expose the application port
|
# Expose the application port
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
ENV HOST=0.0.0.0
|
||||||
|
|
||||||
CMD ["node", "apps/dispatch/server.js"]
|
CMD ["node", "apps/dispatch/server.js"]
|
||||||
@@ -66,5 +66,6 @@ USER nextjs
|
|||||||
|
|
||||||
# Expose the application port
|
# Expose the application port
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
ENV HOST=0.0.0.0
|
||||||
|
|
||||||
CMD ["node", "apps/hub/server.js"]
|
CMD ["node", "apps/hub/server.js"]
|
||||||
Reference in New Issue
Block a user