🔧 Configure KI API URL from environment

With an entrypoint script, fill the configuration template from an
environment variable containing the KI API URL.
This commit is contained in:
Mic Szillat
2024-01-12 18:50:22 +01:00
parent c2552f3c3a
commit 9df75d6d98
3 changed files with 25 additions and 0 deletions

View File

@ -18,3 +18,12 @@ LABEL org.opencontainers.image.source=https://git.wtf-eg.de/kompetenzinventar/ki
LABEL org.opencontainers.image.url=https://git.wtf-eg.de/kompetenzinventar/ki-frontend
LABEL org.opencontainers.image.documentation=https://git.wtf-eg.de/kompetenzinventar/ki-frontend#docker
LABEL org.opencontainers.image.vendor="WTF Kooperative eG"
ENV KI_API_URL
WORKDIR /usr/share/nginx/html
ENTRYPOINT ["/entrypoint.sh"]A
COPY etc/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf
COPY entrypoint.sh /
COPY --from=builder /dist .