Add 'Dockerfile'
This commit is contained in:
parent
c3b00cbc53
commit
fe30c811ca
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
FROM alpine/git:1.0.7
|
||||||
|
|
||||||
|
COPY init/entrypoint.sh /tmp/entrypoint.sh
|
||||||
|
ARG SPARSE_CHECKOUT
|
||||||
|
ARG REMOTE_REPO
|
||||||
|
ARG REMOTE_BRANCH
|
||||||
|
|
||||||
|
RUN chmod +x /tmp/entrypoint.sh
|
||||||
|
|
||||||
|
ENTRYPOINT ["/tmp/entrypoint.sh"]
|
||||||
|
CMD ["sleep", "3600"]
|
Loading…
Reference in New Issue
Block a user