From 65364bc889b6c88ed19bc3d9c192e6a494270077 Mon Sep 17 00:00:00 2001 From: haunter Date: Fri, 8 Aug 2025 18:36:44 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d7f1d94..6afc826 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY requirements.txt . RUN pip install -r requirements.txt -COPY grepodata.py . +COPY grepodata.py goldeval.py notify.py . EXPOSE 5000 -CMD ["python", "grepodata.py"] \ No newline at end of file +CMD ["python", "grepodata.py"]