Skip to content
Snippets Groups Projects
Commit a81fc167 authored by M9713's avatar M9713
Browse files

Update Dockerfile

parent 93760b46
No related branches found
No related tags found
No related merge requests found
Pipeline #509241 skipped
......@@ -14,3 +14,7 @@ COPY . .
EXPOSE 4100
#CMD [ "npm", "start" ]
CMD [ "npm", "run", "build" ]
CMD [ "npm", "install -g", "serve" ]
CMD [ "serve -s", "build" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment