Explorar o código

chore: install_production.sh

luzhenqian %!s(int64=4) %!d(string=hai) anos
pai
achega
d7fb3bc991
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      install_production.sh

+ 8 - 0
install_production.sh

@@ -0,0 +1,8 @@
+export GO111MODULE=off
+
+export CGO_ENABLED=0
+export GOOS=linux
+export GOARCH=amd64
+
+cd services
+go install -v ./...