#90 build app.js outside of main Docker image

This commit is contained in:
Henning Jacobs
2017-01-14 15:45:26 +01:00
parent c9d0bdb1fb
commit 05fca4a089
8 changed files with 116 additions and 17 deletions

View File

@@ -83,6 +83,16 @@ You can also run the latest Docker image directly:
$ docker run -it -p 8080:8080 -e MOCK=true hjacobs/kube-ops-view
Building
========
The provided ``Makefile`` will generate a Docker image by default:
.. code-block:: bash
$ make
Multiple Clusters
=================