1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 14:55:27 +02:00
This commit is contained in:
Kevan Ahlquist 2015-02-18 00:55:40 -06:00
commit 44ba4e8bb8
4 changed files with 10 additions and 9 deletions

View file

@ -7,14 +7,15 @@ PORT ?= 9000
install:
npm install -g grunt-cli
npm install
build:
grunt build
docker build --rm -t dockerui .
build-release:
grunt release
docker build --rm -t dockerui .
grunt build
docker run --rm -v $(pwd):/src centurylink/golang-builder
test:
grunt