ContainerImage.GitSparseClone/Dockerfile

8 lines
166 B
Docker
Raw Normal View History

2020-02-17 12:39:26 +00:00
FROM alpine/git:1.0.7
COPY init/entrypoint.sh /tmp/entrypoint.sh
RUN chmod +x /tmp/entrypoint.sh
ENTRYPOINT ["/tmp/entrypoint.sh"]
2020-02-24 11:46:26 +00:00
#CMD ["tail", "-f", "/dev/null"]