feat: add entrypoint script
This commit is contained in:
parent
5ed18d7f52
commit
194be79fa6
2 changed files with 8 additions and 0 deletions
|
@ -1 +1,5 @@
|
||||||
FROM kopia/kopia
|
FROM kopia/kopia
|
||||||
|
|
||||||
|
ADD entrypoint.sh /
|
||||||
|
|
||||||
|
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||||
|
|
4
entrypoint.sh
Executable file
4
entrypoint.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
kopia --version
|
||||||
|
sleep infinity
|
Loading…
Reference in a new issue