Skip to content

Commit

Permalink
Fix docker build for integration-testing (#164)
Browse files Browse the repository at this point in the history
* dont run binary

* add binary to bin directory
  • Loading branch information
salman01zp authored Apr 25, 2023
1 parent bae12c9 commit 925bc9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Tangle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ LABEL description="Tangle Network Node"
ARG BINARY
ENV BINARY=${BINARY}

COPY --from=builder /tangle/target/release/${BINARY} /
COPY --from=builder /tangle/target/release/${BINARY} /usr/local/bin

EXPOSE 30333 9933 9944 9615
VOLUME ["/data"]
ENTRYPOINT ./${BINARY} -d /data
CMD ./${BINARY}

0 comments on commit 925bc9b

Please sign in to comment.