From b024253325a2d82a0c4d052b3f20bdc211e6be5e Mon Sep 17 00:00:00 2001 From: Danish Date: Sun, 25 Apr 2021 15:43:49 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 10ea6476..2e5d15a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,5 +59,5 @@ RUN wget -O chromedriver.zip http://chromedriver.storage.googleapis.com/$(curl - COPY start.py . COPY requirements.txt . RUN pip3 install --no-cache-dir -r requirements.txt -COPY . . +COPY start.py . CMD ["python","start.py"]