WattHound ABC Electrical demo — static single-file site
This commit is contained in:
4
.dockerignore
Normal file
4
.dockerignore
Normal file
@@ -0,0 +1,4 @@
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
.git
|
||||
README.md
|
||||
3
Dockerfile
Normal file
3
Dockerfile
Normal 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
13
README.md
Normal 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
1496
index.html
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user