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

Added install and test targets to Makefile

This commit is contained in:
Kevan Ahlquist 2015-01-14 00:25:25 -06:00
parent 1784719047
commit 190087e6ca

View file

@ -5,10 +5,16 @@
OPEN = $(shell which xdg-open || which open)
PORT ?= 9000
install:
npm install -g grunt-cli
build:
grunt build
docker build --rm -t dockerui .
test:
grunt
run:
-docker stop dockerui
-docker rm dockerui