Skip to content

Commit

Permalink
chore: change docker entrypoint to /bin/sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdumper committed Jul 15, 2019
1 parent 5d76021 commit 83d6763
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ FROM alpine as run
WORKDIR /srv/app
COPY --from=build /srv/app/build /srv/app/build

ENTRYPOINT ["/srv/app/build"]
RUN alias vte="/srv/app/build"

ENTRYPOINT ["/bin/sh"]
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ $ go run main.go revoke \
Docker image is available on Docker Hub as `stackdumper/vault-to-env`.
```
docker run -t stackdumper/vault-to-env \
read \
vte read \
--auth-path /auth/userpass/login/tester \
--auth-data password=tester \
--vars FOO=/secret/data/hello#foo \
Expand Down

0 comments on commit 83d6763

Please sign in to comment.