Skip to content

Commit c09e395

Browse files
committed
fix concurrent server instances
1 parent 47139d7 commit c09e395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ RUN pip install pipenv
2424
RUN pipenv install $(test "$DJANGO_ENV" == production || echo "--dev") --deploy --system --ignore-pipfile
2525

2626
# start the server
27-
CMD ["gunicorn", "tmtracker.wsgi:application", "-w", "4", "-b", "0.0.0.0:8080", "--log-file=/log/message.log"]
27+
CMD ["gunicorn", "tmtracker.wsgi:application", "-b", "0.0.0.0:8080", "--log-file=/log/message.log"]

0 commit comments

Comments
 (0)