gitea-actions-test/Dockerfile
Alex Lau (AvengerMoJo) 82574f4a6b
Adding dockerfile and obs-service yaml
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-09-20 23:43:03 +08:00

6 lines
83 B
Docker

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