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