1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-15 14:20:18 -07:00

chor: added dockerfile

This commit is contained in:
kha7iq 2021-04-17 03:15:39 +08:00
parent 76a8a00329
commit cddb7984fa

6
Dockerfile Normal file
View File

@ -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