Compare commits
No commits in common. "f0c1f1a9358ad83c4d4a4e588fc505ea51cd1c59" and "72500ab48dfcbf6d212b336b5b4a9ffff0180bc5" have entirely different histories.
f0c1f1a935
...
72500ab48d
@ -6,9 +6,4 @@ RUN python3 -m venv venv
|
|||||||
RUN venv/bin/python3 -m ensurepip
|
RUN venv/bin/python3 -m ensurepip
|
||||||
RUN venv/bin/pip3 install --no-cache --upgrade pip setuptools
|
RUN venv/bin/pip3 install --no-cache --upgrade pip setuptools
|
||||||
|
|
||||||
RUN mkdir /code
|
|
||||||
WORKDIR /code
|
|
||||||
COPY requirements.txt requirements.txt
|
|
||||||
RUN venv/bin/pip install requirements.txt
|
|
||||||
|
|
||||||
ENTRYPOINT [ "venv/bin/python3", "main.py" ]
|
ENTRYPOINT [ "venv/bin/python3", "main.py" ]
|
@ -1,11 +0,0 @@
|
|||||||
argon2-cffi==23.1.0
|
|
||||||
argon2-cffi-bindings==21.2.0
|
|
||||||
certifi==2025.4.26
|
|
||||||
cffi==1.17.1
|
|
||||||
dnspython==2.7.0
|
|
||||||
minio==7.2.15
|
|
||||||
pycparser==2.22
|
|
||||||
pycryptodome==3.23.0
|
|
||||||
pymongo==4.13.0
|
|
||||||
typing_extensions==4.13.2
|
|
||||||
urllib3==2.4.0
|
|
Loading…
Reference in New Issue
Block a user