fix port expose

parent 31a1a145
Pipeline #841 passed with stages
in 16 seconds
...@@ -9,5 +9,5 @@ RUN npm run build ...@@ -9,5 +9,5 @@ RUN npm run build
RUN npm install -g serve RUN npm install -g serve
EXPOSE 80 EXPOSE 3000
CMD ["serve", "-s", "dist", "-l", "80"] CMD ["serve", "-s", "dist", "-l", "80"]
\ No newline at end of file
Markdown is supported
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