We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f2cf2 commit b776a3eCopy full SHA for b776a3e
1 file changed
Dockerfile
@@ -11,5 +11,7 @@ COPY protocol_settings.py /app/
11
COPY protocol_gateway.py /app/
12
COPY inverter.py /app/
13
COPY config.cfg /app/
14
+COPY defs/ /app/defs/
15
+COPY classes /app/classes/
16
WORKDIR /app
-CMD ["python3", "protocol_gateway.py"]
17
+CMD ["python3", "protocol_gateway.py"]
0 commit comments