This website requires JavaScript.
Explore
Help
Sign In
justin
/
linkwallet
Watch
1
Star
0
Fork
0
You've already forked linkwallet
Code
Issues
4
Pull Requests
Actions
Packages
Projects
Releases
36
Wiki
Activity
linkwallet
/
Dockerfile
3 lines
61 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
Use alpine base so we get the necessary CA's for SSL to work
2022-05-25 13:33:04 +09:30
FROM
alpine:3.16
Initial checkin
2022-05-24 18:03:31 +09:30
ENTRYPOINT
[
"/linkwallet"
]
COPY
linkwallet /
Reference in New Issue
Copy Permalink