Changing template paths in dockerfile
This commit is contained in:
parent
78cc9819f7
commit
b4745de5cb
|
|
@ -21,7 +21,7 @@ ENV CHROME_BIN=/usr/bin/chromium-browser \
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/server .
|
COPY --from=builder /app/server .
|
||||||
COPY --from=builder /app/vault .
|
COPY --from=builder /app/vault .
|
||||||
COPY go/templates ./templates
|
COPY go/internal/cmc/pdf/templates ./templates
|
||||||
COPY go/static ./static
|
COPY go/static ./static
|
||||||
COPY go/.env.example .env
|
COPY go/.env.example .env
|
||||||
EXPOSE 8082
|
EXPOSE 8082
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ ENV CHROME_BIN=/usr/bin/chromium-browser \
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/server .
|
COPY --from=builder /app/server .
|
||||||
COPY go/templates ./templates
|
COPY go/internal/cmc/pdf/templates ./templates
|
||||||
COPY go/static ./static
|
COPY go/static ./static
|
||||||
COPY go/.env.example .env
|
COPY go/.env.example .env
|
||||||
EXPOSE 8082
|
EXPOSE 8082
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue