Danny Bessems
0d61e58e87
All checks were successful
continuous-integration/drone/push Build is passing
8 lines
165 B
Docker
8 lines
165 B
Docker
FROM alpine/git:1.0.7
|
|
|
|
COPY init/entrypoint.sh /tmp/entrypoint.sh
|
|
|
|
RUN chmod +x /tmp/entrypoint.sh
|
|
|
|
ENTRYPOINT ["/tmp/entrypoint.sh"]
|
|
CMD ["tail", "-f", "/dev/null"] |