Skip to content

Commit

Permalink
Add local root lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 6, 2023
1 parent 9ec703f commit a5242a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ RUN chown -R root:root /home/appuser
USER root

# CMD ["/bin/bash"]
# CMD ["uvicorn", "API.main:app", "--reload", "--host", "0.0.0.0", "--port", "8000", "--no-use-colors", "--proxy-headers"]
CMD ["uvicorn", "API.main:app", "--reload", "--host", "0.0.0.0", "--port", "8000", "--no-use-colors", "--proxy-headers"]

0 comments on commit a5242a6

Please sign in to comment.