From 78b86ad9659d61919db3db2a543c6dd754ce8337 Mon Sep 17 00:00:00 2001 From: Egor Svitin Date: Tue, 21 Feb 2023 14:39:23 +0300 Subject: [PATCH] update entrypoint --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33b7c32..165251a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,6 @@ RUN pip install pymongo \ COPY ./ ./ -CMD ["python", "update.py"] \ No newline at end of file +ENTRYPOINT ["python3"] + +CMD ["update.py"] \ No newline at end of file