This project contains a Dockerfile as well as a docker-compose.yml file to run it as a container.
In the root directory, copy config.json.sample to config.json.
Then add the values for apiKey and databaseURL to that of your Firebase project.
This project uses AngularJS which reached end of life in January 2022.
A long-term support version of AngularJS can be used instead, provided by HeroDevs. If you have an npm token to retrieve this version from their registry, place the .npmrc file containing the credentials in the root directory.
docker compose upThis builds the image (if necessary) and brings up the container.
You can access the web page at http://localhost:8083 with your browser.