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