mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 14:20:18 -07:00
6 lines
164 B
Docker
6 lines
164 B
Docker
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 |