diff --git a/todo/devops/Dockerfile b/todo/devops/Dockerfile index 416a949..3c089b8 100644 --- a/todo/devops/Dockerfile +++ b/todo/devops/Dockerfile @@ -28,9 +28,6 @@ RUN rm -rf ./* # Copy static files from the builder stage COPY --from=builder /app/dist . -# Copy the nginx configuration file -COPY ./nginx.conf /etc/nginx/conf.d/default.conf - # Expose port 80 EXPOSE 80