Skip to content

Commit

Permalink
disable csc in subnet repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Dec 14, 2023
1 parent a98b388 commit 98fb10e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions subnet/deployment-generator/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN echo IMAGE_NAME=${IMAGE_NAME}
WORKDIR /app

COPY --from=builder /go/XDC-Subnet/build/bin/puppeth /bin/puppeth
COPY --from=builder /go/XDC-Subnet/mainnet_contract /app/contract
# COPY --from=builder /go/XDC-Subnet/mainnet_contract /app/contract

#this step here for caching
RUN cd contract && yarn
# RUN cd contract && yarn

COPY ./script /app/script
COPY ./docker/start.sh /app/start.sh
Expand Down
2 changes: 1 addition & 1 deletion subnet/deployment-generator/script/gen_other.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function genCommands(){
commands+=` docker run --env-file generated/common.env \\
-v $(pwd)/generated/:/app/generated/ \\
--network host \\
--entrypoint 'bash' ${config.docker_image_name} ./deploy_csc.sh \n`
--entrypoint 'bash' xinfinorg/subnet-generator:v0.1.6 ./deploy_csc.sh \n`
// commands+=` make an edit to ./config/common.env to include values for CHECKPOINT_CONTRACT \n`
commands+=` cd generated\n`
commands+=`\nmachine1: start services and frontend\n`
Expand Down

0 comments on commit 98fb10e

Please sign in to comment.