1
0
Fork 0
editiCollaborativo/Makefile
Alex Myasoedov 045296dc84 Fix test
2017-02-07 20:06:16 -05:00

13 lines
172 B
Makefile

REPO=msoedov/hacker-slides
default: repo
repo:
@echo $(REPO)
build:
@GOOS=linux CGO_ENABLE=0 go build main.go
@docker build -t $(REPO) .
push:
@docker push $(REPO)