File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ LABEL zchain="validator"
44
55RUN apk add --update --no-cache build-base linux-headers git cmake bash perl grep
66
7- ENV SRC_DIR=/blobber
7+ ENV SRC_DIR=/validator
88ENV GO111MODULE=on
99
1010# Download the dependencies:
@@ -25,9 +25,7 @@ RUN apk add gmp gmp-dev openssl-dev
2525COPY --from=validator_build /usr/local/lib/libmcl*.so \
2626 /usr/local/lib/libbls*.so \
2727 /usr/local/lib/
28- ENV APP_DIR=/blobber
28+ ENV APP_DIR=/validator
2929WORKDIR $APP_DIR
3030COPY --from=validator_build $APP_DIR/code/go/0chain.net/validator/validator $APP_DIR/bin/validator
31- COPY --from=validator_build $APP_DIR/config $APP_DIR/config
32- COPY --from=validator_build $APP_DIR/docker.local/keys_config $APP_DIR/keysconfig
3331
You can’t perform that action at this time.
0 commit comments