Skip to content

Files

Latest commit

f71e3bd · Apr 2, 2024

History

History

prototools-docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 2, 2024
Apr 2, 2024

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 ./scripts/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