mirror of
https://github.com/NohamR/trio_http_proxy.git
synced 2026-05-25 12:27:25 +00:00
Update Dockerfile
This commit is contained in:
@@ -10,6 +10,6 @@ RUN git clone https://github.com/NohamR/trio_http_proxy.git
|
|||||||
|
|
||||||
WORKDIR /app/trio_http_proxy
|
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"]
|
CMD ["python", "trio_http_proxy.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user