update entrypoint

This commit is contained in:
Egor Svitin
2023-02-21 14:39:23 +03:00
parent 327e3e9bbc
commit 78b86ad965

View File

@@ -12,4 +12,6 @@ RUN pip install pymongo \
COPY ./ ./ COPY ./ ./
CMD ["python", "update.py"] ENTRYPOINT ["python3"]
CMD ["update.py"]