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 e0ce8f0 commit 31a37b5Copy full SHA for 31a37b5
Dockerfile
@@ -21,4 +21,4 @@ ENV uvicorn_extras=$uvicorn_extras
21
22
COPY . .
23
ENTRYPOINT ["/bin/bash", "-c"]
24
-CMD ["alembic upgrade head && uvicorn api.main:app --host 0.0.0.0 --port 80 $uvicorn_extras"]
+CMD ["alembic upgrade head && uvicorn api.main:app --host 0.0.0.0 --port 8000 $uvicorn_extras"]
0 commit comments