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 8ef95e50f9 no message
2023-02-03 12:40:47 +03:00

14 lines
171 B
Docker

FROM python:3.12-rc-slim
WORKDIR /app
RUN pip install pymongo \
dynaconf \
pydantic \
pymysql \
mongoengine \
dict_hash \
requests
COPY ./ ./