Refactoring things and doing stuff in a MVP way. #15
|
@ -41,4 +41,5 @@ ARG BUILD
|
|||
ENV BUILD ${BUILD}
|
||||
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
WORKDIR /app/src
|
||||
CMD ["uvicorn", "project.asgi:application", "--host", "0.0.0.0", "--port", "8000", "--workers", "3", "--lifespan", "off"]
|
||||
|
|
Loading…
Reference in a new issue