Skip to content

Commit

Permalink
fix wrong entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Jan 3, 2024
1 parent 0ce0ddf commit 1e6e14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subnet/deployment-generator/src/gen_other.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function genCommands(){
commands+=` docker run --env-file common.env \\
-v $(pwd)/../generated/:/app/config \\
--network host \\
--entrypoint './docker/upgrade_csc.sh' xinfinorg/csc:${config.version.csc}\n`
--entrypoint './docker/deploy_proxy.sh' xinfinorg/csc:${config.version.csc}\n`

commands+=`\nmachine1: start services and frontend\n`
commands+=` docker compose --env-file docker-compose.env --profile services pull\n`
Expand Down

0 comments on commit 1e6e14e

Please sign in to comment.