parent
3a14c911e6
commit
4e21206abb
5 changed files with 25 additions and 2 deletions
7
actions/sleep/Dockerfile
Normal file
7
actions/sleep/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM alpine:latest
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue