Set permissions on /data

This commit is contained in:
2025-07-01 14:35:10 +02:00
committed by Jens Luedicke
parent 57c7a05709
commit 66273561d8

View File

@@ -27,6 +27,7 @@ COPY . .
RUN mkdir -p /app/instance && chmod 777 /app/instance RUN mkdir -p /app/instance && chmod 777 /app/instance
VOLUME /data VOLUME /data
RUN mkdir /data && chmod 777 /data
# Expose the port the app runs on # Expose the port the app runs on
EXPOSE 5000 EXPOSE 5000