This website requires JavaScript.
Explore
Help
Sign In
colin
/
sharded-gotify
Watch
1
Star
0
Fork
You've already forked sharded-gotify
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8affeced49
sharded-gotify
/
docker
/
Dockerfile.arm64
5 lines
91 B
Docker
Raw
Blame
History
FROM
arm64v8/debian
WORKDIR
/app
ADD
gotify-app /app/
EXPOSE
80
ENTRYPOINT
[
"./gotify-app"
]
Reference in New Issue
View Git Blame
Copy Permalink