Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws-timeseries
Commits
c2e79963
Commit
c2e79963
authored
Jun 25, 2020
by
Jonathan Schaeffer
Browse files
Commande mise à jour
parent
90b926a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
c2e79963
...
...
@@ -10,5 +10,5 @@ COPY apps ./apps/
COPY
templates ./templates/
COPY
static ./static/
ENTRYPOINT
["gunicorn
"]
CMD
["start_timeseries:app"]
CMD
["/bin/bash", "-c", "gunicorn --bind 0.0.0.0:8000 start_timeseries:app
"]
Write
Preview
Markdown
is supported
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