Changing template paths in dockerfile

This commit is contained in:
Finley Ghosh 2026-01-21 20:00:36 +11:00
parent 78cc9819f7
commit b4745de5cb
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ ENV CHROME_BIN=/usr/bin/chromium-browser \
WORKDIR /app
COPY --from=builder /app/server .
COPY --from=builder /app/vault .
COPY go/templates ./templates
COPY go/internal/cmc/pdf/templates ./templates
COPY go/static ./static
COPY go/.env.example .env
EXPOSE 8082

View file

@ -19,7 +19,7 @@ ENV CHROME_BIN=/usr/bin/chromium-browser \
WORKDIR /app
COPY --from=builder /app/server .
COPY go/templates ./templates
COPY go/internal/cmc/pdf/templates ./templates
COPY go/static ./static
COPY go/.env.example .env
EXPOSE 8082