mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 14:55:27 +02:00
Merge commit '22287e6a56
'
This commit is contained in:
commit
44ba4e8bb8
4 changed files with 10 additions and 9 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue