Skip to content
Snippets Groups Projects
Commit 0707517f authored by Henrik's avatar Henrik
Browse files

fix: docker cmd

parent 0c549134
No related branches found
No related tags found
1 merge request!91Feat/deployment
Pipeline #283659 passed with warnings
......@@ -11,4 +11,4 @@ FROM nginx:stable-alpine as production-stage
COPY --from=build-stage /app/dist /usr/share/nginx/html
COPY web/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
CMD ["npm", "run"]
\ No newline at end of file
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