fix missing paths and json formatting after refactor testing

This commit is contained in:
David
2019-07-27 23:03:08 +10:00
parent ccb999b8dc
commit 84cfa20aee
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ ADD sources/ /opt/
ADD config/ /etc/inverter/
RUN cd /opt/inverter-cli && \
mkdir bin && cmake . && make
mkdir bin && cmake . && make && mv inverter_poller bin/
WORKDIR /opt
ENTRYPOINT ["/bin/bash", "/opt/inverter-mqtt/entrypoint.sh"]