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:
parent
1784719047
commit
190087e6ca
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue