mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 22:56:01 +00:00
Update Dockerfile
This commit is contained in:
+2
-5
@@ -1,10 +1,7 @@
|
|||||||
FROM alpine:latest
|
FROM drinternet/rsync:1.0.1
|
||||||
|
|
||||||
# Update
|
|
||||||
RUN apk --update --no-cache add rsync bash openssh-client
|
|
||||||
|
|
||||||
# Copy entrypoint
|
# Copy entrypoint
|
||||||
ADD entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user