fix: entrypoint

main
mandlm 2023-08-17 10:53:39 +02:00
parent 5779b3ce01
commit 39f4506b27
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ FROM kopia/kopia
ADD entrypoint.sh /
ENTRYPOINT [ "sh /entrypoint.sh" ]
ENTRYPOINT [ "sh" "/entrypoint.sh" ]