Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile - github.com/nextcloud/container.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a16a175492a7de965c32e30168af34f3150d9d7b (plain)
1
2
3
4
5
6
7
all: build

build:
	@docker build --tag=sameersbn/owncloud .

release: build
	@docker build --tag=sameersbn/owncloud:$(shell cat VERSION) .