add ENTRYPOINT

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-09 11:41:47 -04:00
parent d8af60f9ee
commit 5cd07d755f
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -28,4 +28,4 @@ FROM scratch
COPY --from=builder /usr/bin/k8scan /usr/bin/k8scan
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs
CMD [ "k8scan" ]
ENTRYPOINT [ "k8scan" ]