Browse Source

update Makefile revert back cgo enabled to 0

pull/28/head
Dimas Restu H 4 years ago
parent
commit
79d6d74cb7
  1. 2
      Makefile

2
Makefile

@ -1,4 +1,4 @@
BUILD_CGO_ENABLED := 1
BUILD_CGO_ENABLED := 0
SERVICE_NAME := go-whatsapp-multidevice-rest SERVICE_NAME := go-whatsapp-multidevice-rest
SERVICE_PORT := 3000 SERVICE_PORT := 3000
IMAGE_NAME := go-whatsapp-multidevice-rest IMAGE_NAME := go-whatsapp-multidevice-rest

Loading…
Cancel
Save