Skip to content

Commit

Permalink
Update requirements.txt path
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jul 17, 2024
1 parent cdb976f commit 3dfdcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/eks/pod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 3dfdcb8

Please sign in to comment.