-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dropbox Backup Client #4
base: master
Are you sure you want to change the base?
Conversation
Can you put it with a version number and rename it as the other docker files (only for amd64) ? I use a tagging mechanism to build this. |
btcpay-dropbox/Dockerfile
Outdated
COPY . /btcpay-dropbox | ||
|
||
RUN pip install dropbox | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mssing ENV DROPBOX_TOKEN
so DROPBOX_TOKEN
get implicitely passed from the host to the container.
|
||
COPY . /btcpay-dropbox | ||
|
||
RUN pip install dropbox |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this before the copy so that changing the dropbox-script will not invalidate the previous docker layers when you rebuild the image.
|
770aff0
to
0089acd
Compare
4af0f9a
to
596dd76
Compare
a15deda
to
6c1b1f2
Compare
See btcpayserver/btcpayserver-docker#117