1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

Fixed release target in Makefile.

This commit is contained in:
Kevan Ahlquist 2015-02-18 01:05:51 -06:00
parent 44ba4e8bb8
commit 1843836f22

View file

@ -15,7 +15,8 @@ build:
build-release: build-release:
grunt build grunt build
docker run --rm -v $(pwd):/src centurylink/golang-builder docker run --rm -v $(shell pwd):/src centurylink/golang-builder
shasum dockerui > dockerui-checksum.txt
test: test:
grunt grunt