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.
This project uses a long-term support version of AngularJS 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.
You can also use the last available version of AngularJS (version 1.8.3).
To do so, change the value for the angular
dependency in package.json
to angular@1.8.3
and run npm install
to update the lock file.
docker compose up
This builds the image (if necessary) and brings up the container.
You can access the web page at http://localhost:8083
with your browser.