Moving config to config folder

This commit is contained in:
2026-02-22 21:36:36 +00:00
parent 4f48298a4f
commit cabc8b7fb0
4 changed files with 23 additions and 18 deletions

View File

@@ -5,6 +5,8 @@ WORKDIR /app
COPY config.py .
COPY flairtimercomment.py .
RUN mkdir -p /app/config
# Install dependencies
RUN pip install --no-cache-dir praw