requirements.txt
This commit is contained in:
parent
4c5dbaefec
commit
21b5be9a1a
@ -1,11 +1,12 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM python:3.10
|
||||
WORKDIR /v6
|
||||
ENV v6host=0.0.0.0
|
||||
EXPOSE 5900
|
||||
ENV v6port=5900
|
||||
ENV v6root=/v6data
|
||||
COPY v6d0auth dist/v6d0auth
|
||||
ENV v6host=0.0.0.0
|
||||
ENV v6port=5900
|
||||
COPY requirements.txt dist/requirements.txt
|
||||
RUN pip install -r dist/requirements.txt
|
||||
COPY setup.py dist/setup.py
|
||||
COPY v6d0auth dist/v6d0auth
|
||||
RUN pip install -e dist/.
|
||||
CMD ["python3", "-m", "v6d0auth.run-server"]
|
||||
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
aiohttp
|
||||
PyNaCl~=1.4.0
|
||||
ptvp35 @ git+https://gitea.parrrate.ru/PTV/ptvp35.git@632569a13521e6769ebe8bc4339c4f39a519be4f
|
Loading…
Reference in New Issue
Block a user