diff --git a/Dockerfile b/Dockerfile index 9003e1a3..4372554d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,6 @@ RUN pip install poetry && \ poetry config virtualenvs.create false && \ poetry install --no-root --only main -# Modify the nginx.conf file to add the events block -RUN echo "events { worker_connections 1024; }" >> /etc/nginx/nginx.conf - # Copy the rest of the application COPY . /app