Skip to content

Commit

Permalink
Finalising the new copy batcher
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpatto committed Nov 29, 2023
1 parent 4299262 commit 85247fd
Show file tree
Hide file tree
Showing 17 changed files with 316 additions and 276 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Dockerfile
test/*
test-*.sh
rclone-batch
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ WORKDIR /data

COPY --from=builder /build/rclone-batch ./

ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/rclone-batch"]
ENV RB_RCLONE_BINARY "/usr/local/bin/rclone"

ENTRYPOINT ["/sbin/tini", "-vvv", "--", "/data/rclone-batch"]
Loading

0 comments on commit 85247fd

Please sign in to comment.