This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
vault-sidekick/Dockerfile
Rohith 12c5c37746 - adding the static and release stages to the makefile
- moving the render code into utils
- fixed up the dockerfile for testing
- adding the ignore on release
- adding the fix to makefile
2015-09-21 17:32:13 +01:00

7 lines
143 B
Docker

FROM gliderlabs/alpine:latest
MAINTAINER Rohith <gambol99@gmail.com>
ADD bin/vault-sidekick /vault-sidekick
ENTRYPOINT [ "/vault-sidekick" ]