From f4c43f7c000863e41e117b8a85b29d1d89bd71dd Mon Sep 17 00:00:00 2001 From: Stepan Vladovskiy Date: Sun, 7 Apr 2024 14:25:56 -0300 Subject: [PATCH] feat: events worker_connections in global nginx.conf --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) 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