java-tutorials/kaniko/dockerfile

3 lines
58 B
Plaintext

FROM ubuntu
ENTRYPOINT ["/bin/bash", "-c", "echo hello"]