Изменил докер

This commit is contained in:
urec56 2024-06-12 20:08:41 +05:00
parent 5a42e71f50
commit 544ccaa4f3

View file

@ -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"]