kopia/Dockerfile
2023-08-17 10:53:39 +02:00

5 lines
79 B
Docker

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