Simply run this command
make run
docker build -t go-grpc-graphql:latest .
To run the docker image, you need to use volume
docker run --env PRODUCT_HOST=host.docker.internal -p 8080:8080 go-grpc-graphql
Simply run this command
make run
docker build -t go-grpc-graphql:latest .
To run the docker image, you need to use volume
docker run --env PRODUCT_HOST=host.docker.internal -p 8080:8080 go-grpc-graphql