Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docker.local/IntegrationTestsValidatorDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL zchain="validator"

RUN apk add --update --no-cache build-base linux-headers git cmake bash perl grep

ENV SRC_DIR=/blobber
ENV SRC_DIR=/validator
ENV GO111MODULE=on

# Download the dependencies:
Expand All @@ -25,9 +25,7 @@ RUN apk add gmp gmp-dev openssl-dev
COPY --from=validator_build /usr/local/lib/libmcl*.so \
/usr/local/lib/libbls*.so \
/usr/local/lib/
ENV APP_DIR=/blobber
ENV APP_DIR=/validator
WORKDIR $APP_DIR
COPY --from=validator_build $APP_DIR/code/go/0chain.net/validator/validator $APP_DIR/bin/validator
COPY --from=validator_build $APP_DIR/config $APP_DIR/config
COPY --from=validator_build $APP_DIR/docker.local/keys_config $APP_DIR/keysconfig