You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# <dotnettag> is the tag of the dotnet aspnet runtime image
# <ostag> is the tag of the runtime for hass.io (amd64, armv7, aarch64...)
ARG DOTNETTAG
ARG OSTAG
FROM mcr.microsoft.com/dotnet/core/aspnet:$DOTNETTAG
EXPOSE 80
# Metadata for information about this software
LABEL description="Zigbee2MqttAssistant - A GUI for Zigbee2Mqtt" author="carl.debilly@gmail.com" "project.url"="https://github.com/yllibed/Zigbee2MqttAssistant"