This commit is contained in:
parent
7a22c6f4e0
commit
f84f9958a1
@ -15,5 +15,5 @@ RUN pip install --no-cache-dir --disable-pip-version-check --no-index --no-deps
|
||||
COPY . /srv/project
|
||||
WORKDIR /srv/project
|
||||
|
||||
CMD ["uvicorn", "--host", "0.0.0.0", "keycloak_collective_portal:app"]
|
||||
CMD ["uvicorn", "--forwarded-allow-ips='*'", "--proxy-headers", "--host", "0.0.0.0", "keycloak_collective_portal:app"]
|
||||
EXPOSE 8000
|
||||
|
Loading…
Reference in New Issue
Block a user