mirror of
https://github.com/Adam-Ant/mqtt-dash
synced 2025-07-01 10:10:56 +00:00
Fix Dockerfile
This commit is contained in:
@ -7,6 +7,6 @@ RUN apk add --no-cache python py-pip \
|
||||
&& mkdir dash \
|
||||
&& ln -s /config/dash.cfg /dash/dash.cfg
|
||||
|
||||
ADD main.py /config
|
||||
ADD main.py /dash/main.py
|
||||
|
||||
CMD ["python","/dash/main.py"]
|
||||
|
Reference in New Issue
Block a user