parent
e12b759c3f
commit
933f6ecc10
6 changed files with 14 additions and 7 deletions
|
@ -1,11 +0,0 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
openssh \
|
||||
rsync \
|
||||
git
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
Loading…
Add table
Add a link
Reference in a new issue