We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9f5a4 commit 2433731Copy full SHA for 2433731
var/container/Dockerfile
@@ -14,6 +14,5 @@ RUN chown -R 1000:1000 /home/app/.local
14
15
USER app:app
16
EXPOSE 8000
17
-#CMD ["/home/app/.local/bin/uvicorn", "--host", "0.0.0.0", "--port", "8000", "mrmat_python_api_fastapi.app:app"]
18
CMD ["/home/app/.local/bin/opentelemetry-instrument", \
19
"/home/app/.local/bin/uvicorn", "--host", "0.0.0.0", "--port", "8000", "mrmat_python_api_fastapi.app:app"]
0 commit comments