This website requires JavaScript.
Explore
Help
Sign in
parra
/
drone-ntfy
Watch
1
Star
0
Fork
You've already forked drone-ntfy
0
Code
Issues
Pull requests
Releases
6
Activity
a628f978e6
drone-ntfy
/
Dockerfile
5 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-02-09 17:06:27 +01:00
FROM alpine
Migrate project to Go Reviewed-on: https://git.parravidales.es/parra/drone-ntfy/pulls/1
2023-02-23 21:04:26 +01:00
ADD bin/main /bin/main
RUN apk -Uuv add ca-certificates
ENTRYPOINT /bin/main
Reference in a new issue
Copy permalink