3 lines
79 B
Docker
3 lines
79 B
Docker
FROM registry.access.redhat.com/ubi8/ubi:8.0
|
|
ADD info.sh /tmp
|
|
CMD /tmp/info.sh
|