videoconf/Makefile

11 lines
137 B
Makefile
Raw Normal View History

2017-02-08 02:02:35 +01:00
REPO=msoedov/hacker-slides
build:
@GOOS=linux CGO_ENABLE=0 go build main.go
@docker build -t $(REPO) .
push:
@docker push $(REPO)