Browse Source

chore: install_production.sh

luzhenqian 4 năm trước cách đây
mục cha
commit
d7fb3bc991
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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 ./...