Files
vault/Dockerfile
2017-04-07 23:19:03 +01:00

4 lines
46 B
Docker

FROM busybox:latest
ADD app /app
CMD ["/app"]