This commit is contained in:
2026-03-31 11:38:49 +02:00
parent c5df17cd1f
commit bedf8bc335
-3
View File
@@ -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