Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jul 1, 2024
1 parent 915fa06 commit 068632f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/rclone_with_config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rclone/rclone:latest
LABEL org.opencontainers.image.source=https://github.com/catalystneuro/neuroconv
LABEL org.opencontainers.image.description="A simple extension of the basic Rclone docker image to automatically create a local .conf file from contents passed via an environment variable."
CMD printf "$RCLONE_CONFIG" > ./rclone.conf && echo "$(pwd)" && cat ./rclone.conf && rclone $RCLONE_COMMANNDS
CMD printf "$RCLONE_CONFIG" > ./rclone.conf && rclone "$RCLONE_COMMANNDS"
ENTRYPOINT [""]

0 comments on commit 068632f

Please sign in to comment.