mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 07:08:04 +00:00
fix logs permission for persistence
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user