From c891a45e0ea65e400d5df37b02358f122ebc4f06 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 4 May 2020 10:38:44 +0100 Subject: [PATCH] Fix dockerfile cmd --- .gitignore | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b2c24a6..dc14158 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ venv/* *.pyc config .DS_Store +aaisp.cfg diff --git a/Dockerfile b/Dockerfile index 567e6ab..d0d2acc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ WORKDIR /app RUN pip install -r requirements.txt -CMD ["/usr/bin/python", "/app/aaisp-to-mqtt.py"] +CMD ["python", "/app/aaisp-to-mqtt.py"]