forked from LiveCarta/LiveCartaMeta
first commit
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.12-rc-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN pip install pymongo \
|
||||
dynaconf \
|
||||
pydantic \
|
||||
pymysql \
|
||||
mongoengine \
|
||||
dict_hash \
|
||||
requests
|
||||
Reference in New Issue
Block a user