Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FoodInformatics
msx-tool
Commits
18aa936a
Commit
18aa936a
authored
Mar 03, 2021
by
Jim Hoekstra
👋🏻
Browse files
increase gunicorn timeout value
parent
58c6fe01
Pipeline
#18958
passed with stage
in 9 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
18aa936a
...
...
@@ -19,4 +19,4 @@ RUN python scripts/download_model.py
COPY
. /app
ENTRYPOINT
gunicorn --bind 0.0.0.0:8000 --workers 4 --timeout
24
0 dash_app.app:server
ENTRYPOINT
gunicorn --bind 0.0.0.0:8000 --workers 4 --timeout
36
0 dash_app.app:server
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment