feat: add entrypoint script

This commit is contained in:
Michael Mandl 2023-08-17 10:35:51 +02:00
parent 5ed18d7f52
commit 194be79fa6
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 8 additions and 0 deletions

View file

@ -1 +1,5 @@
FROM kopia/kopia
ADD entrypoint.sh /
ENTRYPOINT [ "/entrypoint.sh" ]