Skip to content

Commit b0066e2

Browse files
Merge pull request #33 from gnanarepo/ujjawal_core
docker api timeout
2 parents abac9ab + e1d85ae commit b0066e2

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
@@ -60,4 +60,4 @@ USER appuser
6060

6161
EXPOSE 8000
6262

63-
CMD ["gunicorn", "aviso_core.wsgi:application", "--bind", "0.0.0.0:8000", "--workers", "1", "--timeout", "240"]
63+
CMD ["gunicorn", "aviso_core.wsgi:application", "--bind", "0.0.0.0:8000", "--workers", "1", "--timeout", "900"]

0 commit comments

Comments
 (0)