update Dockerfile: fastapi_oidc_op → porchlight
This commit is contained in:
parent
7cb1adbd06
commit
3462e38131
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ ENV OIDC_OP_ISSUER=http://localhost:8000 \
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["uv", "run", "uvicorn", "fastapi_oidc_op.app:create_app", \
|
CMD ["uv", "run", "uvicorn", "porchlight.app:create_app", \
|
||||||
"--factory", "--host", "0.0.0.0", "--port", "8000", \
|
"--factory", "--host", "0.0.0.0", "--port", "8000", \
|
||||||
"--reload", "--reload-dir", "/app/src"]
|
"--reload", "--reload-dir", "/app/src"]
|
||||||
|
|
||||||
|
|
@ -42,6 +42,6 @@ ENV OIDC_OP_ISSUER=http://localhost:8000
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["uv", "run", "uvicorn", "fastapi_oidc_op.app:create_app", \
|
CMD ["uv", "run", "uvicorn", "porchlight.app:create_app", \
|
||||||
"--factory", "--host", "0.0.0.0", "--port", "8000", \
|
"--factory", "--host", "0.0.0.0", "--port", "8000", \
|
||||||
"--workers", "4"]
|
"--workers", "4"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue