1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-18 21:09:40 +02:00

Fixed grunt template issues, version bump.

This commit is contained in:
Kevan Ahlquist 2015-01-18 16:39:10 -06:00
parent 2974f69932
commit f65fed8d0a
7 changed files with 11 additions and 8 deletions

View file

@ -12,6 +12,10 @@ build:
grunt build
docker build --rm -t dockerui .
build-release:
grunt release
docker build --rm -t dockerui .
test:
grunt