You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
kratos/examples/traces/start.sh

6 lines
219 B

cd ./app/message || exit
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/message ./...
cd ../../
cd ./app/user || exit
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/user ./...
docker-compose up --build