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
7993d0eef8
sharded-gotify
/
docker
/
Dockerfile.armv7
5 lines
91 B
Docker
Raw
Blame
History
FROM
arm32v7/debian
WORKDIR
/app
ADD
gotify-app /app/
EXPOSE
80
ENTRYPOINT
[
"./gotify-app"
]
Reference in New Issue
View Git Blame
Copy Permalink