Autogenerate Dockerfile (#104669)

This commit is contained in:
Erik Montnemery
2023-11-29 11:26:50 +01:00
committed by GitHub
parent bcfb5307f5
commit 999875d0e4
3 changed files with 94 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
# Automatically generated by hassfest.
#
# To update, run python3 -m script.hassfest -p docker
ARG BUILD_FROM
FROM ${BUILD_FROM}