Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 763 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 763 Bytes

Prototool Docker Helper

Docker container for all the protobuf generation...

Based on the work by @pseudomuto prototool-docker project:

Installs generators and tools from:

Build

docker build -t cosmwasm/prototools-docker -f ./contrib/prototools-docker/Dockerfile .
docker run -it  -v $(go list -f "{{ .Dir }}" -m github.com/cosmos/cosmos-sdk):/workspace/cosmos_sdk_dir -v $(pwd):/workspace --workdir /workspace --env COSMOS_SDK_DIR=/cosmos_sdk_dir cosmwasm/prototool-docker sh