From 3dfdcb8a5aeb9ed5bdc5da9ff7fe88d03076f5d5 Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Tue, 16 Jul 2024 16:07:07 +1000 Subject: [PATCH] Update requirements.txt path --- scripts/aws/eks/pod/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aws/eks/pod/Dockerfile b/scripts/aws/eks/pod/Dockerfile index 933a879c2..1bdd1bc35 100644 --- a/scripts/aws/eks/pod/Dockerfile +++ b/scripts/aws/eks/pod/Dockerfile @@ -23,6 +23,6 @@ RUN chmod +x /home/vsockpx && chmod +x /home/entrypoint.sh COPY ./app.py /home/config-server/ COPY ./requirements.txt /home/config-server/ RUN python3 -m venv config-server -RUN config-server/bin/pip3 install -r requirements.txt +RUN config-server/bin/pip3 install -r /home/config-server/requirements.txt CMD ["/home/entrypoint.sh"] \ No newline at end of file