wasmd/contrib/prototools-docker
GNaD13 fc476aa886
Bump version go to 1.19 (#1044)
* bump go 1.19

* add change log

* correct change log
2022-11-18 12:31:05 +01:00
..
Dockerfile Bump version go to 1.19 (#1044) 2022-11-18 12:31:05 +01:00
README.md Containerized Protobuf generation (#304) 2020-11-11 12:13:04 +01:00

README.md

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