From 56d8fe99ca663800c60d400b1c27a49202f26135 Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Sun, 22 Feb 2026 21:00:38 +0000 Subject: [PATCH] updated dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac0f483..a9cebdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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