gitea-actions-test/Dockerfile

6 lines
83 B
Docker
Raw Normal View History

FROM opensuse/tumbleweed:latest
COPY hello.sh /hello.sh
ENTRYPOINT ["/hello.sh"]