We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e76b69 commit 592562fCopy full SHA for 592562f
Dockerfile
@@ -5,4 +5,6 @@ COPY ./requirements.txt ./requirements.txt
5
6
RUN pip install --no-cache-dir --upgrade -r ./requirements.txt
7
8
-CMD ["fastapi", "run", /"app/main.py", "--port", "80"]
+EXPOSE 80
9
+
10
+CMD ["fastapi", "run", "/app/main.py", "--port", "80"]
0 commit comments