Fix dockerfile cmd

This commit is contained in:
2020-05-04 10:38:44 +01:00
parent 11edca810f
commit c891a45e0e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ venv/*
*.pyc
config
.DS_Store
aaisp.cfg

View File

@@ -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"]