Skip to content

Commit

Permalink
Fix plugins build
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Aug 26, 2024
1 parent 5d43f44 commit 7a4afb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compose/coin-plugins.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ FROM bitcart/bitcart-$COIN:original

COPY plugins/daemon modules
COPY scripts/install-backend-plugins.sh /usr/local/bin/
RUN apk add --no-cache git && \
sh /usr/local/bin/install-backend-plugins.sh
RUN sh install-backend-plugins.sh
LABEL org.bitcart.plugins=true

0 comments on commit 7a4afb9

Please sign in to comment.