Skip to content

Commit

Permalink
alpine does not have bash installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Sep 2, 2022
1 parent 07a11d4 commit 11c0e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COPY --from=0 /ssm-get-parameter /usr/local/bin/
ENV PGPASSWORD=ssm:///postgres/root/password
ENTRYPOINT [ "/usr/local/bin/ssm-get-parameter"]
CMD [ "/bin/bash", "-c", "echo $PGPASSWORD"]
CMD [ "/bin/sh", "-c", "echo $PGPASSWORD"]
```

## installation
Expand Down

0 comments on commit 11c0e8a

Please sign in to comment.