lubitest/actions/sleep/Dockerfile
lubiana 4e21206abb
All checks were successful
/ debug (push) Successful in 36s
test
2024-12-13 12:55:42 +01:00

7 lines
114 B
Docker

FROM alpine:latest
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]