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