5 lines
79 B
Docker
5 lines
79 B
Docker
FROM kopia/kopia
|
|
|
|
ADD entrypoint.sh /
|
|
|
|
ENTRYPOINT [ "sh" "/entrypoint.sh" ]
|