Update
This commit is contained in:
parent
b4662045c8
commit
0c80b25d68
|
@ -36,4 +36,4 @@ USER appuser
|
|||
# Run server
|
||||
EXPOSE 8001
|
||||
# CMD ["gunicorn", "--bind", "0.0.0.0:8001", "main_package.app:app"]
|
||||
CMD ["uvicorn", "main_package.app:app", "--reload", "--host", "0.0.0.0", "--port", "8001"]
|
||||
CMD ["uvicorn", "main_package.app:app", "--reload", "--host", "0.0.0.0", "--port", "8001", "--proxy-headers"]
|
||||
|
|
Loading…
Reference in New Issue