Add 'Dockerfile'
This commit is contained in:
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"]
|
Reference in New Issue
Block a user