kopia/Dockerfile

6 lines
77 B
Docker

FROM kopia/kopia
ADD entrypoint.sh /
ENTRYPOINT [ "sh /entrypoint.sh" ]