feat(home-assistant): add ingress add-on
CI / backend (pytest + alembic) (push) Has been cancelled
CI / frontend (build) (push) Has been cancelled

This commit is contained in:
2026-06-28 13:42:15 -07:00
parent a8debbe96a
commit 18d7300b57
4 changed files with 69 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM nginx:1.27-alpine
RUN apk add --no-cache jq
COPY run.sh /run.sh
RUN chmod a+x /run.sh
EXPOSE 8099
CMD ["/run.sh"]