Skip to content

Commit

Permalink
without zcash-params
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Nov 8, 2023
1 parent 6fb98bd commit fbb070b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ RUN apt-get update -y && \

RUN mkdir /komodo
WORKDIR /komodo
COPY src/komodod src/komodo-cli zcutil/fetch-params.sh ./
COPY contrib/debian/examples/komodo.conf /root/.komodo/komodo.conf
RUN ./fetch-params.sh
COPY src/komodod src/komodo-cli ./

RUN ln -sf /komodo/komodod /usr/bin/komodod && \
ln -sf /komodo/komodo-cli /usr/bin/komodo-cli
Expand Down

0 comments on commit fbb070b

Please sign in to comment.