diff --git a/Dockerfile b/Dockerfile index a7ff60e..0a6bd5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,3 @@ FROM nginx:alpine AS runner COPY --from=builder /app/dist /usr/share/nginx/html COPY ./nginx.conf /etc/nginx/conf.d/default.conf - -EXPOSE 80 - -CMD ["nginx", "-g", "daemon off;"]