diff --git a/Dockerfile b/Dockerfile
index 89304205f6e4befe7c3601ba949faa7ad4581cb5..4cec825e2a65f2da3a1096bc1043078adc9db234 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