12c5c37746
- moving the render code into utils - fixed up the dockerfile for testing - adding the ignore on release - adding the fix to makefile
7 lines
143 B
Docker
7 lines
143 B
Docker
FROM gliderlabs/alpine:latest
|
|
MAINTAINER Rohith <gambol99@gmail.com>
|
|
|
|
ADD bin/vault-sidekick /vault-sidekick
|
|
|
|
ENTRYPOINT [ "/vault-sidekick" ]
|