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 ecb3166dfe update run
2023-02-21 10:04:51 +03:00

18 lines
239 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 /app/update.py