diff --git a/Dockerfile.prod.go b/Dockerfile.prod.go index ffacb2aa..7126ee55 100644 --- a/Dockerfile.prod.go +++ b/Dockerfile.prod.go @@ -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 diff --git a/Dockerfile.stg.go b/Dockerfile.stg.go index 69959ed5..c4fbe440 100644 --- a/Dockerfile.stg.go +++ b/Dockerfile.stg.go @@ -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