From 548571a5d843334d51ef70bd499bbd5008bfa7cd Mon Sep 17 00:00:00 2001 From: lolouk44 Date: Mon, 23 Nov 2020 19:47:03 +0000 Subject: [PATCH] stand alone from hass.io docker containers --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8c2134..d8e9481 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.8-slim -LABEL io.hass.version="0.1.7" io.hass.type="addon" io.hass.arch="armhf|aarch64|i386|amd64" + WORKDIR /opt/miscale COPY src /opt/miscale