This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
kopia/Dockerfile
2023-08-17 12:09:17 +02:00

6 lines
74 B
Docker

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