fix: entrypoint
parent
5779b3ce01
commit
39f4506b27
|
@ -2,4 +2,4 @@ FROM kopia/kopia
|
|||
|
||||
ADD entrypoint.sh /
|
||||
|
||||
ENTRYPOINT [ "sh /entrypoint.sh" ]
|
||||
ENTRYPOINT [ "sh" "/entrypoint.sh" ]
|
||||
|
|
Loading…
Reference in New Issue