feat: add entrypoint script
This commit is contained in:
parent
5ed18d7f52
commit
194be79fa6
@ -1 +1,5 @@
|
||||
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
|
Reference in New Issue
Block a user