4 lines
55 B
Docker
4 lines
55 B
Docker
|
FROM scratch
|
||
|
ADD template /
|
||
|
ENTRYPOINT [ "/template" ]
|