diff --git a/Dockerfile b/Dockerfile index bb4a4cb..c42cd5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,6 @@ COPY --from=builder /usr/src/ewp/static /app/static COPY --from=builder /usr/src/ewp/templates /app/templates RUN mkdir /app/config \ - && mkdir /app/data \ && touch /app/config/config.toml CMD [ "./ewp" ]