forked from LiveCarta/LiveCartaMeta
Added requirements.txt, updated Dockerfile
This commit is contained in:
@@ -2,12 +2,7 @@ FROM python:3.12-slim
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN pip install pymongo==4.16.0 \
|
COPY ./requirements.txt .
|
||||||
dynaconf==3.2.12 \
|
RUN pip install -r requirements.txt
|
||||||
pydantic==2.15.5 \
|
|
||||||
pymysql==1.1.2 \
|
|
||||||
mongoengine==0.29.1 \
|
|
||||||
dict_hash==1.3.7 \
|
|
||||||
requests==2.32.5
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
7
requirements.txt
Normal file
7
requirements.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
pymongo==4.16.0
|
||||||
|
dynaconf==3.2.12
|
||||||
|
pydantic==2.12.5
|
||||||
|
pymysql==1.1.2
|
||||||
|
mongoengine==0.29.1
|
||||||
|
dict_hash==1.3.7
|
||||||
|
requests==2.32.5
|
||||||
Reference in New Issue
Block a user