mirror of
https://github.com/nikdoof/aaisp2mqtt.git
synced 2025-12-23 15:49:21 +00:00
Fix dockerfile cmd
This commit is contained in:
@@ -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