Add CI and related fixes #1
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
|
||||
EXPOSE 8000
|
||||
|
||||
CMD ["python", "-m", "gunicorn", "app:app", "--access-logfile", "-"]
|
||||
CMD ["python", "-m", "gunicorn", "app:app", "--access-logfile", "-", "-b", "0.0.0.0:8000"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue