Skip to content

Commit 81b46fe

Browse files
committed
updated dockerfile
1 parent 29f2c89 commit 81b46fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ USER appuser
6565
EXPOSE 8000
6666

6767
# Start Gunicorn (production-ready WSGI server)
68-
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "4", "IOLGenv2_BackEnd.wsgi:application"]
68+
CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "2", "IOLGenv2_BackEnd.wsgi:application"]

0 commit comments

Comments
 (0)