fix(docker): add binary file to docker.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
*
|
||||
!bin/
|
||||
!config/
|
||||
!release/
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -34,3 +34,4 @@ gorush.db
|
||||
coverage.txt
|
||||
dist
|
||||
custom
|
||||
release
|
||||
|
||||
2
Makefile
2
Makefile
@@ -102,7 +102,7 @@ build: $(EXECUTABLE)
|
||||
.PHONY: build
|
||||
|
||||
$(EXECUTABLE): $(SOURCES)
|
||||
$(GO) build -v -tags '$(TAGS)' -ldflags '$(EXTLDFLAGS)-s -w $(LDFLAGS)' -o bin/$@
|
||||
$(GO) build -v -tags '$(TAGS)' -ldflags '$(EXTLDFLAGS)-s -w $(LDFLAGS)' -o release/$@
|
||||
|
||||
.PHONY: misspell-check
|
||||
misspell-check:
|
||||
|
||||
Reference in New Issue
Block a user