1
0
mirror of https://github.com/Adam-Ant/mqtt-dash synced 2024-07-11 16:06:12 +00:00

Fix Dockerfile

This commit is contained in:
Adam Dodman 2016-11-24 00:29:56 +00:00
parent 182e250bc9
commit 13ff42d0f0

View File

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