8 lines
104 B
Text
8 lines
104 B
Text
|
FROM docker:20.10.14-dind
|
||
|
|
||
|
COPY entrypoint.sh /
|
||
|
|
||
|
RUN chmod +x /entrypoint.sh
|
||
|
|
||
|
ENTRYPOINT /entrypoint.sh
|