Skip to content

Conversation

@JeffVandrewJr
Copy link

@NicolasDorier
Copy link
Member

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.

COPY . /btcpay-dropbox

RUN pip install dropbox

Copy link
Member

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
Copy link
Member

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.

@JeffVandrewJr
Copy link
Author

JeffVandrewJr commented Mar 26, 2019

@NicolasDorier

  1. My apologies for not following the format of the other directories previously. I have fixed that.

  2. I have moved the pip install earlier in the Dockerfile as you suggest.

  3. Regarding ENV DROPBOX_TOKEN, I will address over at Add Automated Backup btcpayserver-docker#117. I've got a new backup.sh and will post about everything over there in a few minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants