mirror of
https://github.com/rlister/dockerfiles.git
synced 2025-12-13 17:56:22 +00:00
11 lines
158 B
Docker
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" ]
|