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

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