1
0
Fork 0
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:
Kevan Ahlquist 2015-01-03 16:49:28 -06:00
parent 403daff934
commit 58bd6faa47
8 changed files with 198 additions and 21 deletions

View file

@ -6,6 +6,7 @@ OPEN = $(shell which xdg-open || which open)
PORT ?= 9000
build:
grunt build
docker build --rm -t dockerui .
run: