We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381415f commit 8be274dCopy full SHA for 8be274d
client/Dockerfile
@@ -2,9 +2,9 @@ FROM public.ecr.aws/amazonlinux/amazonlinux:latest
2
RUN yum install -y amazon-linux-extras wget
3
RUN amazon-linux-extras install python3
4
RUN pip3 install pip --upgrade
5
-RUN wget -O AmazonRootCA1.pem https://www.amazontrust.com/repository/AmazonRootCA1.pem
6
-ADD ./requirements.txt /home
7
WORKDIR /home
+ADD ./requirements.txt ./
+RUN wget -O AmazonRootCA1.pem https://www.amazontrust.com/repository/AmazonRootCA1.pem
8
RUN pip3 install -r requirements.txt
9
ADD . /home
10
EXPOSE 5000
0 commit comments