WattHound ABC Electrical demo — static single-file site

This commit is contained in:
2026-08-11 01:33:26 +12:00
commit bd4264a935
4 changed files with 1516 additions and 0 deletions

4
.dockerignore Normal file
View File

@@ -0,0 +1,4 @@
Dockerfile
.dockerignore
.git
README.md

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:1.27-alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# watthound-demo-site
Static single-file WattHound demo (ABC Electrical) served at
https://watthound-demo.sculpt7.com
Deployed via Coolify (project `watthound-demo`) using the Dockerfile build pack:
nginx:alpine serving `index.html`.
## Update the live demo
1. Replace `index.html` with the new build.
2. `git commit -am "update demo" && git push`
3. Redeploy: Coolify auto-deploy on push (if webhook enabled), or trigger the
Coolify deploy for app `watthound-demo`.

1496
index.html Normal file

File diff suppressed because one or more lines are too long