Skip to content

Commit

Permalink
docker: add rds ca file
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 committed Nov 16, 2023
1 parent 2560911 commit 1fd7708
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,5 @@ COPY --from=builder /opt/release/blockscout .
COPY --from=builder /app/apps/explorer/node_modules ./node_modules
COPY --from=builder /app/config/config_helper.exs ./config/config_helper.exs
COPY --from=builder /app/config/config_helper.exs /app/releases/${RELEASE_VERSION}/config_helper.exs
ADD https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem .

0 comments on commit 1fd7708

Please sign in to comment.