Merge pull request #23 from bivis/develop

update entrypoint
This commit is contained in:
bivis
2023-02-21 14:49:27 +03:00
committed by GitHub

View File

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