Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 563 Bytes

CitizenWatt-docker

This is a docker image for CitizenWatt base visualization, for demo purposes. See https://github.com/CitoyensCapteurs/CitizenWatt-Base for more infos.

How to use this image

First, build the image:

docker build --tag citizenwatt .

Then, run the container:

docker run -t -i -p 8080:8080 citizenwatt

Note: You can add a -p 5432:5432 to the previous command line to expose PostgreSQL.

You can then head to http://localhost:8080 on your computer and you should see the CitizenWatt visualization.