mirror of https://github.com/kha7iq/pingme
parent
76a8a00329
commit
cddb7984fa
@ -0,0 +1,6 @@
|
|||||||
|
FROM alpine:latest
|
||||||
|
|
||||||
|
ENTRYPOINT ["entrypoint.sh"]
|
||||||
|
COPY scripts/entrypoint.sh /usr/bin/entrypoint.sh
|
||||||
|
RUN chmod +x /usr/bin/entrypoint.sh
|
||||||
|
COPY pingme /usr/bin/pingme
|
Loading…
Reference in new issue