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