3 lines
58 B
Plaintext
3 lines
58 B
Plaintext
|
FROM ubuntu
|
||
|
ENTRYPOINT ["/bin/bash", "-c", "echo hello"]
|