Skip to content

Commit

Permalink
removes apprunner yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Dec 16, 2023
1 parent b805dea commit dd6d440
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN apt-get update && \

COPY ./lib /code/lib

CMD ["gunicorn", "-k", "uvicorn.workers.UvicornWorker", "lib:app", "-b", "0.0.0.0:3000"]
CMD ["gunicorn", "-w 4", "-k", "uvicorn.workers.UvicornWorker", "lib:app", "--log-level", "Debug", "-b", "0.0.0.0:3000"]
14 changes: 0 additions & 14 deletions apprunner.yaml

This file was deleted.

0 comments on commit dd6d440

Please sign in to comment.