Commit 7131061b authored by novelailab's avatar novelailab

fix-2

parent 7cafeed4
......@@ -28,4 +28,4 @@ EXPOSE 50051
WORKDIR /usr/src/app
COPY . .
CMD [ "gunicorn", "main:app --workers 1 --worker-class uvicorn.workers.UvicornWorker --bind 0.0.0.0:80" ]
\ No newline at end of file
CMD [ "gunicorn", "main:app", "--workers=1", "--worker-class=uvicorn.workers.UvicornWorker". "--bind=0.0.0.0:80" ]
\ 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