Skip to content

Commit 2433731

Browse files
committed
Removed older comment
1 parent 9b9f5a4 commit 2433731

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

var/container/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ RUN chown -R 1000:1000 /home/app/.local
1414

1515
USER app:app
1616
EXPOSE 8000
17-
#CMD ["/home/app/.local/bin/uvicorn", "--host", "0.0.0.0", "--port", "8000", "mrmat_python_api_fastapi.app:app"]
1817
CMD ["/home/app/.local/bin/opentelemetry-instrument", \
1918
"/home/app/.local/bin/uvicorn", "--host", "0.0.0.0", "--port", "8000", "mrmat_python_api_fastapi.app:app"]

0 commit comments

Comments
 (0)