Skip to content

Commit c2533ce

Browse files
johnroyerjyhsu2000
authored andcommitted
update syntax for docker CMD
1 parent 5b1c184 commit c2533ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ COPY app ./app
99

1010
EXPOSE 5005
1111

12-
CMD uvicorn app.main:app --host=0.0.0.0 --port=5005
12+
CMD ["uvicorn", "app.main:app", "--host=0.0.0.0", "--port=5005"]

0 commit comments

Comments
 (0)