This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LiveCartaMeta/Dockerfile
Egor Svitin 8ea0424242 run scripts
2023-02-07 10:41:34 +03:00

21 lines
280 B
Docker

FROM python:3.12-rc-slim
WORKDIR /app
RUN pip install pymongo \
dynaconf \
pydantic \
pymysql \
mongoengine \
dict_hash \
requests
COPY ./ ./
RUN chmod 777 /app/configs/sources.json
RUN python update.py --config
RUN python update.py --source test