update Dockerfile: fastapi_oidc_op → porchlight

This commit is contained in:
Johan Lundberg 2026-02-16 15:35:21 +01:00
parent 7cb1adbd06
commit 3462e38131
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1

View file

@ -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"]