Skip to content
Snippets Groups Projects
Commit cc49fda2 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: port in docker file

parent f196786a
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,6 @@ RUN chown -R node:node /iv-app
USER node
RUN npm i
EXPOSE 3000
ENV PORT 3000
EXPOSE 8080
ENV PORT 8080
ENTRYPOINT [ "node", "server.js" ]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment