File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ RUN pip install --prefix=/install -r /requirements.txt
77
88FROM base
99COPY --from=builder /install /usr/local
10- COPY protocol_settings.py /app/
1110COPY protocol_gateway.py /app/
12- COPY inverter.py /app/
1311COPY config.cfg /app/
1412COPY defs/ /app/defs/
1513COPY classes /app/classes/
14+ COPY protocols /app/protocols/
1615WORKDIR /app
1716CMD ["python3" , "protocol_gateway.py" ]
Original file line number Diff line number Diff line change @@ -160,5 +160,5 @@ donations would be appreciated.
160160``` (btc) bc1qh394vazcguedkw2rlklnuhapdq7qgpnnz9c3t0 ```
161161
162162### Use Docker - untested
163- - ``` docker build -t protocol_gateway ```
163+ - ``` docker build . -t protocol_gateway ```
164164- ``` docker run --device=/dev/ttyUSB0 protocol_gateway ```
You can’t perform that action at this time.
0 commit comments