From 3d8d362b08c05878fdfd79920ffef8f57060ed8d Mon Sep 17 00:00:00 2001 From: Egor Svitin Date: Tue, 21 Feb 2023 14:52:28 +0300 Subject: [PATCH] remove cmd --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 165251a..2500655 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,4 @@ RUN pip install pymongo \ dict_hash \ requests -COPY ./ ./ - -ENTRYPOINT ["python3"] - -CMD ["update.py"] \ No newline at end of file +COPY ./ ./ \ No newline at end of file