Skip to content

Commit b776a3e

Browse files
authored
Update Dockerfile
fix missing folders. untested.
1 parent 73f2cf2 commit b776a3e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ COPY protocol_settings.py /app/
1111
COPY protocol_gateway.py /app/
1212
COPY inverter.py /app/
1313
COPY config.cfg /app/
14+
COPY defs/ /app/defs/
15+
COPY classes /app/classes/
1416
WORKDIR /app
15-
CMD ["python3", "protocol_gateway.py"]
17+
CMD ["python3", "protocol_gateway.py"]

0 commit comments

Comments
 (0)