add automatic default configuration upload
This commit is contained in:
parent
559e0f7575
commit
df5d019877
|
@ -86,5 +86,7 @@ RUN rm -f /bin/systemctl
|
||||||
|
|
||||||
COPY start.py /
|
COPY start.py /
|
||||||
COPY runklipper.py /
|
COPY runklipper.py /
|
||||||
|
COPY start.sh /
|
||||||
|
COPY printer.cfg /
|
||||||
|
|
||||||
CMD ["/start.py"]
|
CMD bash /start.sh
|
||||||
|
|
Loading…
Reference in New Issue