https://github.com/openware/loading-page
https://github.com/openware/loading-page
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openware/loading-page
- Owner: openware
- Created: 2022-04-01T08:54:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T15:10:59.000Z (over 3 years ago)
- Last Synced: 2025-04-05T22:07:03.899Z (11 months ago)
- Language: CSS
- Size: 64.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.