![Rohith](/assets/img/avatar_default.png)
- changing the argument passed to the exec default filename i.e. either file=<FILE> or path.type - fixing up the docker build - shifting to version v0.0.9-2
7 lines
129 B
Docker
7 lines
129 B
Docker
FROM alpine:3.3
|
|
MAINTAINER Rohith <gambol99@gmail.com>
|
|
|
|
ADD bin/vault-sidekick /vault-sidekick
|
|
|
|
ENTRYPOINT [ "/vault-sidekick" ]
|