You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd user-service
$ docker build -t user-service .
$ docker run -i -t -p 30094:30094 user-service:latest
Creating location-service
$ cd location-service
$ docker build -t location-service .
$ docker run -i -t -p 30095:30095 location-service:latest
> Add google map api key in main.go
Creating blockchain-node1
$ cd blockchain-validator1
$ docker build -t blockchain-validator1 .
$ docker run -i -t -p 30090:30090 -p 30091:30091 blockchain-validator1:latest
Creating blockchain-node2
$ cd blockchain-validator2
$ docker build -t blockchain-validator2 .
$ docker run -i -t -p 30092:30092 -p 30093:30093 blockchain-validator2:latest