Skip to content

Commit

Permalink
clean up dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
britkat1980 committed Feb 2, 2022
1 parent e78b30f commit 8a48f0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
src/settings.py
givenergy_modbus
src/settings.py
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ settings.old
__pycache__
givtcp_debug.log
.venv
.vscode
/givenergy_modbus
.vscode
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN pip install -r requirements.txt

# copy the content of the local src directory to the working directory
COPY src/ .
ADD givenergy_modbus /usr/local/lib/python3.10/site-packages/givenergy_modbus

ENV INVERTOR_IP=""
ENV MQTT_OUTPUT="True"
Expand Down

0 comments on commit 8a48f0e

Please sign in to comment.