Update Dockerfile

This commit is contained in:
√(noham)² 2024-07-27 20:06:49 +02:00
parent a221323ff8
commit a6f2ea4ae5

View File

@ -10,6 +10,6 @@ RUN git clone https://github.com/NohamR/trio_http_proxy.git
WORKDIR /app/trio_http_proxy
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r requirements-lock.txt
CMD ["python", "trio_http_proxy.py"]