This commit is contained in:
Egor Svitin
2023-02-21 13:29:26 +03:00
parent 637fafff5e
commit 7a6d84dc20
3 changed files with 2 additions and 6 deletions

View File

@@ -12,6 +12,4 @@ RUN pip install pymongo \
COPY ./ ./
RUN chmod 777 /app/configs/sources.json
RUN python /app/update.py
CMD ["python", "update.py"]