From 0707517f9750b1a607a733cdfe506a844fe225d9 Mon Sep 17 00:00:00 2001 From: henridb <henridb@stud.ntnu.no> Date: Thu, 2 May 2024 19:33:01 +0200 Subject: [PATCH] fix: docker cmd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8930420..4cec825 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- GitLab