We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CMD
1 parent ee9dd2b commit 00b9d3cCopy full SHA for 00b9d3c
Dockerfile
@@ -19,4 +19,4 @@ COPY ./ /opt/app
19
RUN adduser --disabled-password myuser
20
USER myuser
21
22
-CMD uvicorn main:app --host 0.0.0.0 --port $PORT
+CMD uvicorn oshminer.main:app --host 0.0.0.0 --port $PORT
0 commit comments