mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-17 21:34:56 +00:00
add a ping service (#372)
* add a ping service * add examples and public api file * add minecraft server ping
This commit is contained in:
3
ping/Dockerfile
Normal file
3
ping/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM alpine
|
||||
ADD ping /ping
|
||||
ENTRYPOINT [ "/ping" ]
|
||||
Reference in New Issue
Block a user