Closed ehartford closed 2 years ago
I want to build and run local instead of in Docker, how can I do that?
You can go to the folder of the service and run make. If you don't want to use the Makefile, you can also run go build.
make
go build
I want to build and run local instead of in Docker, how can I do that?