Fix gunicorn timeout and add coruse to student
This commit is contained in:
@@ -38,4 +38,4 @@ COPY ./docker/entrypoint.sh ./
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
|
||||
# Command to be executed after entry point
|
||||
CMD ["gunicorn", "cntmanage.wsgi:application", "--bind", "0.0.0.0:8000"]
|
||||
CMD ["gunicorn", "cntmanage.wsgi:application", "--bind", "0.0.0.0:8000", "--timeout", "600"]
|
||||
|
||||
Reference in New Issue
Block a user