feat: events worker_connections in global nginx.conf
Some checks failed
Deploy on push / deploy (push) Failing after 20s
Some checks failed
Deploy on push / deploy (push) Failing after 20s
This commit is contained in:
parent
7c19291ba9
commit
f4c43f7c00
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user