Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Force empty cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed Apr 15, 2019
1 parent 8b9c06c commit e108f01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ LABEL maintainer="Matthias Blaser <[email protected]>"
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=build /keyvault-certdeploy /keyvault-certdeploy

ENTRYPOINT ["/keyvault-certdeploy"]
ENTRYPOINT ["/keyvault-certdeploy"]
CMD []

0 comments on commit e108f01

Please sign in to comment.