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
7
7
8
8
FROM base
9
9
COPY --from=builder /install /usr/local
10
- COPY protocol_settings.py /app/
11
10
COPY protocol_gateway.py /app/
12
- COPY inverter.py /app/
13
11
COPY config.cfg /app/
14
12
COPY defs/ /app/defs/
15
13
COPY classes /app/classes/
14
+ COPY protocols /app/protocols/
16
15
WORKDIR /app
17
16
CMD ["python3" , "protocol_gateway.py" ]
Original file line number Diff line number Diff line change @@ -160,5 +160,5 @@ donations would be appreciated.
160
160
``` (btc) bc1qh394vazcguedkw2rlklnuhapdq7qgpnnz9c3t0 ```
161
161
162
162
### Use Docker - untested
163
- - ``` docker build -t protocol_gateway ```
163
+ - ``` docker build . -t protocol_gateway ```
164
164
- ``` docker run --device=/dev/ttyUSB0 protocol_gateway ```
You can’t perform that action at this time.
0 commit comments