Skip to content

Web-based graphical user interface for the SENERGY platform

License

Notifications You must be signed in to change notification settings

SENERGY-Platform/web-ui

Repository files navigation

SENERGY Web Ui

Run

npm run start_dev

Use Local Properties Panel

change package.json

npm install
npm run start_dev

Build ARGS für Docker bzw. Jenkins

Mit Hilfe des Befehls "--build-arg branch=" wird festgelegt, welcher Branch zum bauen für den properties-provider genutzt werden soll. Der Default-Wert ist master.

docker build --build-arg branch=master -t tag:prod .