Set the DASH_URL_BASE_PATHNAME in the docker container to be used as a default (#192)

Set the DASH_URL_BASE_PATHNAME in the docker container to be used as a
prefix.

Added a Dash Title
This commit is contained in:
2023-10-06 18:13:25 +02:00
committed by GitHub
parent 5137026fab
commit 8bb27f5195
2 changed files with 5 additions and 1 deletions

View File

@@ -27,5 +27,6 @@ FROM base as web-server
RUN pip install --find-links=dist aki-prj23-transparenzregister[web-server] --no-cache-dir && \
rm dist/ -R
ENV DASH_URL_BASE_PATHNAME="/transparenzregister/"
ENTRYPOINT ["webserver", "ENV"]
CMD ["--level", "DEBUG"]