mirror of
https://github.com/nikdoof/aaisp2mqtt.git
synced 2025-12-13 01:32:24 +00:00
Fix dockerfile cmd
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@ venv/*
|
||||
*.pyc
|
||||
config
|
||||
.DS_Store
|
||||
aaisp.cfg
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user