Skip to content

Commit

Permalink
add shenbang
Browse files Browse the repository at this point in the history
  • Loading branch information
Pana committed Jul 2, 2024
1 parent f06289c commit 5ca8d26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion howToBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ To create images for linux/arm64 and linux/amd64 platforms using Docker buildx,
2. build local images(build image and load to docker) : `make buildx-load TAG=2.4.0-testnet`
3. build multi-platform images and push to dockerHub: `make buildx-push TAG=2.4.0-testnet`


## Buildx for dev node

dev node should use the mainnet tag to build
Expand Down
1 change: 1 addition & 0 deletions prepare-config.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
# Rename config file to conflux.toml
if [ -f "/root/run/hydra.toml" ];then
mv /root/run/hydra.toml /root/run/conflux.toml
Expand Down

0 comments on commit 5ca8d26

Please sign in to comment.