From a6f2ea4ae5378d2cb00d19606702af2de39e482a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Sat, 27 Jul 2024 20:06:49 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ae763a..c758f0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]