Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reliveyy committed Oct 29, 2020
1 parent bda8024 commit 775bbd5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions images/xud/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ COPY --from=builder-seedutil /xud/seedutil/seedutil seedutil/

FROM node:12-alpine3.12
RUN apk add --no-cache bash tor
COPY --from=builder /xud/node_modules /app/node_modules
COPY --from=builder /xud/dist /app/dist
COPY --from=builder /xud/bin /app/bin
COPY --from=builder /xud/seedutil/seedutil /app/seedutil/seedutil
COPY --from=builder /xud/sample-xud.conf /app/sample-xud.conf
COPY --from=builder /xud/package.json /app/package.json
COPY --from=builder /xud /app
COPY entrypoint.sh update-backup-dir.sh xud-backup.sh /
WORKDIR /app
RUN ln -s /app/bin/xud /usr/local/bin/xud
Expand Down

0 comments on commit 775bbd5

Please sign in to comment.