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

Update Dockerfile

parent ebe44648
No related branches found
No related tags found
No related merge requests found
Pipeline #509239 passed
...@@ -12,4 +12,5 @@ RUN npm install ...@@ -12,4 +12,5 @@ RUN npm install
COPY . . COPY . .
EXPOSE 4100 EXPOSE 4100
CMD [ "npm", "start" ] #CMD [ "npm", "start" ]
CMD [ "npm", "run", "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