Изменил докер
This commit is contained in:
parent
5a42e71f50
commit
544ccaa4f3
1 changed files with 1 additions and 1 deletions
|
@ -26,5 +26,5 @@ RUN chown -R app:app $APP_HOME
|
|||
|
||||
USER app
|
||||
|
||||
CMD ["hypercorn", "app.main:app", "--bind 0.0.0.0:8000"]
|
||||
CMD ["hypercorn", "app.main:app", "--bind", "0.0.0.0:8000"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue