mirror of
https://github.com/nikdoof/aaisp2mqtt.git
synced 2025-12-17 04:39:22 +00:00
Fix dockerfile cmd
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ venv/*
|
|||||||
*.pyc
|
*.pyc
|
||||||
config
|
config
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
aaisp.cfg
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
CMD ["/usr/bin/python", "/app/aaisp-to-mqtt.py"]
|
CMD ["python", "/app/aaisp-to-mqtt.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user