diff --git a/Dockerfile b/Dockerfile index 9779b7a..3f46c28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,9 +19,6 @@ RUN apk add --no-cache libwebp libstdc++ COPY --from=builder /app/quay . -RUN mkdir -p /storage /config && \ - chmod -R 755 /storage /config - ENV PORT=4321 ENV CONFIG_DIR=/config ENV STORAGE_PATH=/storage