Skip to content

Commit 592562f

Browse files
committed
fix typo
1 parent 8e76b69 commit 592562f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ COPY ./requirements.txt ./requirements.txt
55

66
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
77

8-
CMD ["fastapi", "run", /"app/main.py", "--port", "80"]
8+
EXPOSE 80
9+
10+
CMD ["fastapi", "run", "/app/main.py", "--port", "80"]

0 commit comments

Comments
 (0)