1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Improvements for Dockerfile; docker-compose file added

This commit is contained in:
Yamil Urbina
2017-10-11 00:26:33 -04:00
parent bef20f3366
commit b77c32d646
4 changed files with 38 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# make -j4 release
VERSION=$(shell git describe)
LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}"
LDFLAGS=-ldflags "-s -w -X main.version=${VERSION}" -a -installsuffix cgo
.PHONY: build
build: