copy templates
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-04-09 19:38:30 +02:00
parent eaaaf91cb2
commit eea84bf03d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -14,6 +14,7 @@ WORKDIR /app
COPY --from=builder /usr/local/cargo/bin/ewp /app/ewp
COPY --from=builder /usr/src/ewp/LICENSE /app/LICENSE
COPY --from=builder /usr/src/ewp/static /app/static
COPY --from=builder /usr/src/ewp/templates /app/templates
RUN mkdir /app/config
RUN touch /app/config/config.toml