fix: entrypoint
This commit is contained in:
parent
5779b3ce01
commit
39f4506b27
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ FROM kopia/kopia
|
|||
|
||||
ADD entrypoint.sh /
|
||||
|
||||
ENTRYPOINT [ "sh /entrypoint.sh" ]
|
||||
ENTRYPOINT [ "sh" "/entrypoint.sh" ]
|
||||
|
|
Loading…
Reference in a new issue