Skip to content

Commit

Permalink
fix docker build bug
Browse files Browse the repository at this point in the history
fix IPFS bucket
add x to shell
  • Loading branch information
tmors committed Nov 28, 2024
1 parent 3972532 commit 289d364
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ contracts/.git
!etc/env/consensus_secrets.yaml
!etc/env/consensus_config.yaml
!rust-toolchain
!patches/
!patches/
!etc/utils/
Empty file modified docker/local-node/entrypoint.sh
100644 → 100755
Empty file.
Empty file modified local-setup/clear.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions local-setup/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ services:
# - IPFS_API_URL=http://ipfs:5001
- ML_RPC_URL=http://host.docker.internal:13034 # change to mainnet if needed
- ML_BATCH_SIZE=10 # change if necessary
- 4EVERLAND_API_KEY=5F2R8SK2EQNSNCHSRWIK # only for test
- 4EVERLAND_SECRET_KEY=sCGfIdQZfis8YVCXnQP53SL8cPdRxyzjPLh1KYmF # only for test
- 4EVERLAND_API_KEY=PKN5TUJTPYNSSOGC3JW9 # only for test
- 4EVERLAND_SECRET_KEY=3Toquqw7ZxXgG+l4c77R5dxocsRpdp3i+xqsUNbm # only for test
- 4EVERLAND_BUCKET_NAME=zkthunder # only for test
ports:
- 15100:3050 # JSON RPC HTTP port
Expand Down
Empty file modified local-setup/start-dev.sh
100644 → 100755
Empty file.
Empty file modified local-setup/start.sh
100644 → 100755
Empty file.

0 comments on commit 289d364

Please sign in to comment.