hopefully the last one

This commit is contained in:
cool.gitter.not.me.again.duh
2025-05-29 18:20:58 -06:00
parent 3ac8e2c4cb
commit 668647a388
6 changed files with 30 additions and 18 deletions

View File

@@ -33,8 +33,8 @@ RUN npm install -g typescript
RUN tsc
# Create necessary directories with proper permissions
RUN mkdir -p downloads config creds logs && \
chmod 777 downloads config creds logs
RUN mkdir -p downloads data/config data/creds data/watch data/history logs/tasks && \
chmod -R 777 downloads data logs
# Make entrypoint script executable
RUN chmod +x entrypoint.sh