This commit is contained in:
Eric Chiang
2016-08-10 22:31:42 -07:00
parent 1cbb7700d8
commit bfe560ee21
30 changed files with 52 additions and 52 deletions

View File

@@ -4,8 +4,8 @@ MAINTAINER Eric Chiang <eric.chiang@coreos.com>
RUN apk add --update ca-certificates
COPY bin/poke /poke
COPY bin/dex /dex
ENTRYPOINT ["/poke"]
ENTRYPOINT ["/dex"]
CMD ["version"]