Update Dockerfile

This commit is contained in:
Alexandre
2024-05-16 09:43:48 +02:00
committed by GitHub
parent f78d2bf160
commit cb66ee5e6e

View File

@@ -153,6 +153,10 @@ WORKDIR /config
#CMD [ "/ha_entrypoint.sh" ]
#SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Allow a dockerfile independent from HA
EXPOSE 80
RUN mkdir -p /data /config
############
# 5 Labels #
############