mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
Added initial files for build and test automation.
This commit is contained in:
parent
403daff934
commit
58bd6faa47
8 changed files with 198 additions and 21 deletions
1
Makefile
1
Makefile
|
@ -6,6 +6,7 @@ OPEN = $(shell which xdg-open || which open)
|
|||
PORT ?= 9000
|
||||
|
||||
build:
|
||||
grunt build
|
||||
docker build --rm -t dockerui .
|
||||
|
||||
run:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue