diff --git a/Dockerfile b/Dockerfile index 62e4770..15db598 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ 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 +COPY --from=builder /usr/src/ewp/data /app/data RUN mkdir /app/config RUN touch /app/config/config.toml