An open API service indexing awesome lists of open source software.

https://github.com/openware/loading-page


https://github.com/openware/loading-page

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Loading page with injected environment variables

## How to use

docker build -t loading-page .
docker run -e LOADING_PERCENTAGE=*percentage* -e LOADING_MESSAGE=*message* -p 8080:80 demo

Visit http://localhost:8080 to see the result.