Skip to content

Commit a404a4f

Browse files
committed
refactor: 타임아웃 시간 90초로 연장
1 parent 49bfed1 commit a404a4f

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
@@ -18,4 +18,4 @@ ENV PYTHONUNBUFFERED=1
1818
EXPOSE 5050
1919

2020
# Flask 앱 실행
21-
CMD ["gunicorn", "-b", "0.0.0.0:5050", "run:app"]
21+
CMD ["gunicorn", "-b", "0.0.0.0:5050", "--timeout", "90", "run:app"]

0 commit comments

Comments
 (0)