From 9b7a1306a621193182bafab427a13efc1c7a75e2 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 17 Jul 2018 19:15:41 +0200 Subject: [PATCH] entrypoint --- dasshio/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dasshio/Dockerfile b/dasshio/Dockerfile index e0a5310..92ff46b 100644 --- a/dasshio/Dockerfile +++ b/dasshio/Dockerfile @@ -37,4 +37,4 @@ LABEL \ org.label-schema.vendor="Dash Hass.io Add-on" RUN chmod a+x /dasshio.py -CMD ["python3", "/dasshio.py"] +ENTRYPOINT ["python3", "/dasshio.py"]