-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CodyCBakerPhD
committed
Jul 1, 2024
1 parent
8b10bb2
commit f863766
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 && $RCLONE_COMMANNDS | ||
CMD printf "$RCLONE_CONFIG" > ./rclone.conf && echo "$(pwd)" && cat ./rclone.conf && $RCLONE_COMMANNDS | ||
ENTRYPOINT [""] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters