1
0
mirror of https://github.com/rlister/dockerfiles.git synced 2025-12-13 17:56:22 +00:00
Files
rlister-dockerfiles/github-copy/Dockerfile
Richard Lister b250874828 add github-copy
2015-01-21 00:43:08 -05:00

11 lines
158 B
Docker

FROM radial/busyboxplus:curl
MAINTAINER Ric Lister, rlister@gmail.com
WORKDIR /app
ADD ghcp.sh /app/
RUN chmod 0755 ghcp.sh
ENTRYPOINT [ "/app/ghcp.sh" ]