diff --git a/Dockerfile b/Dockerfile index 0baa450..af4c4d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,5 +18,8 @@ RUN rm -rf ./* # Copy static assets from builder stage COPY --from=builder /app/dist/schedulord-frontend . # Containers run nginx with global directives and daemon off -ENTRYPOINT ["nginx", "-g", "daemon off;"] + +#ENTRY POINT ["nginx", "-g"] + +#ENTRYPOINT ["nginx", "-g", "daemon off;"] EXPOSE 80 \ No newline at end of file