updated dockerfile

This commit is contained in:
2026-02-22 21:00:38 +00:00
parent 275b666560
commit 56d8fe99ca

View File

@@ -3,7 +3,7 @@ FROM python:3.14-slim
# Copy application files
WORKDIR /config
COPY scripts /.
COPY scripts ./scripts
COPY config.py .
COPY flairtimercomment.py .
# Create App directory