Commit 904b700e authored by novelailab's avatar novelailab

separate args

parent c67bef23
...@@ -35,5 +35,5 @@ EXPOSE 50051 ...@@ -35,5 +35,5 @@ EXPOSE 50051
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY . . COPY . .
CMD [ "gunicorn", "main:app --workers 1 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:80 --timeout 9999999 --keep-alive 60" ] CMD [ "gunicorn", "main:app", "--workers 1", "--worker-class uvicorn.workers.UvicornWorker", "--bind 0.0.0.0:80", "--timeout 0", "--keep-alive 60", "--log-level=debug" ]
#CMD [ "python3", "main.py" ] #CMD [ "python3", "main.py" ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment