From 1799c6cf2958ec503b86d288ea38755857d0387b Mon Sep 17 00:00:00 2001 From: Anderson T Date: Thu, 18 Apr 2024 05:58:40 -0700 Subject: [PATCH] don't push a broken ci/cd pipeline ._. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97bde1b..c4ec7ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,7 @@ COPY requirements.txt requirements.txt RUN pip3 install -r requirements.txt --no-cache-dir option # copy all files -COPY /python /python -COPY main.py main.py +COPY main.py api.py notion.py ./ # run code CMD ["python3", "main.py"] \ No newline at end of file