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