This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
kopia
Watch
1
Star
0
Fork
You've already forked kopia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0c4abe1922
kopia
/
Dockerfile
6 lines
79 B
Docker
Raw
Normal View
History
Unescape
Escape
chore: import project files
2023-08-16 20:48:54 +00:00
FROM
kopia/kopia
feat: add entrypoint script
2023-08-17 08:35:51 +00:00
ADD
entrypoint.sh /
fix: entrypoint
2023-08-17 08:53:39 +00:00
ENTRYPOINT
[
"sh"
"/entrypoint.sh"
]