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
v0.2.0
kopia
/
Dockerfile
6 lines
77 B
Docker
Raw
Permalink
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 /
feat: open repo on entry
2023-08-17 08:47:34 +00:00
ENTRYPOINT
[
"sh /entrypoint.sh"
]