Skip to content

Commit 21f8651

Browse files
use correct configuration file on validator conductor container (#932)
1 parent 7e40c41 commit 21f8651

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docker.local/IntegrationTestsValidatorDockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LABEL zchain="validator"
44

55
RUN 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
88
ENV GO111MODULE=on
99

1010
# Download the dependencies:
@@ -25,9 +25,7 @@ RUN apk add gmp gmp-dev openssl-dev
2525
COPY --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
2929
WORKDIR $APP_DIR
3030
COPY --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

0 commit comments

Comments
 (0)