6 lines
83 B
Docker
6 lines
83 B
Docker
FROM opensuse/tumbleweed:latest
|
|
|
|
COPY hello.sh /hello.sh
|
|
|
|
ENTRYPOINT ["/hello.sh"]
|