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

fix: remove npm run from nginx step

parent 94af7562
Branches
No related tags found
1 merge request!91Feat/deployment
Pipeline #283674 passed with warnings
......@@ -10,6 +10,5 @@ RUN npm run build
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
RUN npm run build
CMD ["nginx", "-g", "daemon off;"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment