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 e860892a5a update copy
2023-02-03 11:49:54 +03:00

14 lines
176 B
Docker

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