Makefile & Dockerfile: update docker mirror & file name
This commit is contained in:
parent
005ac9c60c
commit
cfbad73d1e
3 changed files with 5 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -2,10 +2,10 @@
|
|||
.PHONY: build
|
||||
build:
|
||||
CGO_ENABLED=0 go build \
|
||||
-o country_geo_locations \
|
||||
-o country-geo-locations \
|
||||
main.go
|
||||
|
||||
# Build project docker container
|
||||
.PHONY: build/docker
|
||||
build/docker:
|
||||
docker build -t registry.neuber.io/country-geo-locations .
|
||||
docker build -t git.ar21.de/yolokube/country-geo-locations .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue