mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
5 lines
122 B
Makefile
5 lines
122 B
Makefile
GO_REPO_ROOT := /go/src/github.com/dokku/dokku
|
|
BUILD_IMAGE := golang:1.9.1
|
|
|
|
.PHONY: build-in-docker build clean src-clean
|