diff --git a/Dockerfile b/Dockerfile index 47b6310..eac08b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:latest RUN apk --no-cache add git curl rsync # Add script -COPY repo_watcher.sh /root/Repo_Watcher/repo_watcher.sh +ADD repo_watcher.sh /root/Repo_Watcher/repo_watcher.sh # Make script executable RUN chmod +x /root/Repo_Watcher/repo_watcher.sh