Skip to content

mars-group/mars-webui-svc

Repository files navigation

WebUI

Maintainer: Lennart @abv081

See MARS Confluence

Deprecated

This project is not in active development anymore. Please check out the teachingui.

Development Dockerfile build (UNIX)

This part is maintained by Janus and it will not allow you to connect to other services.

Open your favorite Terminal and run these commands in repo root folder:

$ docker build -t web-ui-dev:01 -f Dockerfile_dev .
$ docker run -it -p 8080:8080 -v $(pwd):/app web-ui-dev:01