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
2023-02-07 11:57:49 +03:00

17 lines
213 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