Skip to content

Commit

Permalink
Config (#44)
Browse files Browse the repository at this point in the history
* configuration via config file

* remove x-build specifics

* split pip installs
  • Loading branch information
reinhard-brandstaedter authored Oct 5, 2023
1 parent 96a90f2 commit 39713a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ WORKDIR /
COPY solarflow-control.py /

RUN pip install --upgrade pip

RUN pip install paho-mqtt astral ip2geotools
RUN pip install paho-mqtt
RUN pip install astral
RUN pip install ip2geotools

ENTRYPOINT ["python","solarflow-control.py"]

0 comments on commit 39713a0

Please sign in to comment.