Update demo resource provider package name
This commit is contained in:
parent
9d3146dc1c
commit
5bd4b82804
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ WORKDIR /app
|
|||
RUN uv pip install --system .
|
||||
|
||||
# Add demo plugin
|
||||
RUN PIP_EXTRA_INDEX_URL=https://pypi.org/simple/ uv pip install --system --index-url https://code.philo.ydns.eu/api/packages/philorg/pypi/simple/ oidc-fastapi-test-petition
|
||||
RUN PIP_EXTRA_INDEX_URL=https://pypi.org/simple/ uv pip install --system --index-url https://code.philo.ydns.eu/api/packages/philorg/pypi/simple/ oidc-fastapi-test-resource-provider-demo
|
||||
|
||||
# Possible to run with:
|
||||
#CMD ["oidc-test", "--port", "80"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue