created initial files for deploying homeassistant server

This commit is contained in:
2024-10-19 11:01:52 +02:00
parent 46c0723ed7
commit f7ce6199f9
2 changed files with 47 additions and 0 deletions

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM alpine:latest
RUN apk --update --no-cache add yq
COPY entrypoint.sh /entrypoint.sh
RUN chmod a+x /entrypoint.sh