feat: add entrypoint script
parent
5ed18d7f52
commit
194be79fa6
|
@ -1 +1,5 @@
|
|||
FROM kopia/kopia
|
||||
|
||||
ADD entrypoint.sh /
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
kopia --version
|
||||
sleep infinity
|
Loading…
Reference in New Issue