Skip to content

Commit

Permalink
replaced ADD with run and curl (#872)
Browse files Browse the repository at this point in the history
* replaced ADD with run and curl

* added - back into docker compose
  • Loading branch information
laurentb4 authored Jan 16, 2025
1 parent 8f9b478 commit 6dee93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN yarn && yarn cache clean

COPY --chown=$USER:$GROUP . $APPDIR

ADD https://truststore.pki.rds.amazonaws.com/eu-west-2/eu-west-2-bundle.pem $CERTDIR/
RUN curl -o $CERTDIR/eu-west-2-bundle.pem https://truststore.pki.rds.amazonaws.com/eu-west-2/eu-west-2-bundle.pem

USER root
RUN chown -R $USER:$GROUP $CERTDIR &&\
Expand Down

0 comments on commit 6dee93a

Please sign in to comment.