diff --git a/Dockerfile b/Dockerfile index e2bdb04..630757b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ COPY web/ ./web/ # Create data directory for persistent storage RUN mkdir -p /app/data && chmod 777 /app/data +RUN mkdir -p /app/logs && chmod 777 /app/logs # Expose web port EXPOSE 8080