Skip to content

Commit 00b9d3c

Browse files
committed
Fix path for CMD
1 parent ee9dd2b commit 00b9d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ COPY ./ /opt/app
1919
RUN adduser --disabled-password myuser
2020
USER myuser
2121

22-
CMD uvicorn main:app --host 0.0.0.0 --port $PORT
22+
CMD uvicorn oshminer.main:app --host 0.0.0.0 --port $PORT

0 commit comments

Comments
 (0)