lubitest/actions/sleep/Dockerfile

8 lines
114 B
Text
Raw Normal View History

2024-12-13 12:55:42 +01:00
FROM alpine:latest
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]