5 lines
65 B
Docker
5 lines
65 B
Docker
|
FROM busybox:latest
|
||
|
|
||
|
ENTRYPOINT /tmp/script/install_hooks /tmp/
|
||
|
|