Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cifer-ai authored Apr 8, 2024
1 parent b026582 commit e09bcf0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,11 @@ RUN rm /cifer/go.mod
# To test only 1 command
# $ docker run --rm -it -v $(pwd):/cifer -w /cifer cifer_i go test github.com/b9lab/cifer/x/cifer/keeper
# To build container
# $ docker create --name cifer -i -v $(pwd):/cifer -w /cifer -p 443:443 -p 1317:1317 -p 3000:3000 -p 4500:4500 -p 5000:5000 -p 26657:26657 -p 5173:5173 cifer_i
# $ docker create --name cifer -i -v $(pwd):/cifer -w /cifer -p 1317:1317 -p 3000:3000 -p 4500:4500 -p 5000:5000 -p 26657:26657 -p 5173:5173 cifer_i
# $ docker start cifer
# To run server on it
# $ docker exec -it cifer ignite chain serve --reset-once
# In other shell, to query it
# $ docker exec -it cifer npm run dev -- --host

# cosmos1l950395d9s8fytxkgjsthv9h3sp9pzjscm8a66

# cosmos1l950395d9s8fytxkgjsthv9h3sp9pzjscm8a66

# cosmos1l950395d9s8fytxkgjsthv9h3sp9pzjscm8a66

# npm run dev -- --host

0 comments on commit e09bcf0

Please sign in to comment.