Fix html rendering

This commit is contained in:
Florian Hoss 2023-07-05 11:41:13 +02:00
parent be890e2e75
commit 1629523d84
7 changed files with 56 additions and 4 deletions

View file

@ -39,7 +39,7 @@ WORKDIR /app
COPY ./scripts/entrypoint.sh .
COPY --from=logo /logo.txt .
COPY --from=nodeBuilder /app/dist/ ./templates/
COPY --from=nodeBuilder /app/dist/ ./web/
COPY --from=goBuilder /app/cafe-plaetschwiesle .
ARG VERSION