Skip to content

Commit

Permalink
save images to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmssdish committed Dec 18, 2023
1 parent 46cd44e commit 5d162ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile_adapters
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ RUN npm install
RUN apk --no-cache add \
bash \
jq \
unzip \
&& wget "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -O "awscliv2.zip" \
&& unzip awscliv2.zip \
&& sudo ./aws/install \
&& aws/install \
&& rm awscliv2.zip


# Copy the source code to the working directory
COPY findr/adapters ./findr/adapters

Expand Down

0 comments on commit 5d162ec

Please sign in to comment.