add automatic default configuration upload
This commit is contained in:
parent
559e0f7575
commit
df5d019877
2 changed files with 5 additions and 1 deletions
|
@ -86,5 +86,7 @@ RUN rm -f /bin/systemctl
|
|||
|
||||
COPY start.py /
|
||||
COPY runklipper.py /
|
||||
COPY start.sh /
|
||||
COPY printer.cfg /
|
||||
|
||||
CMD ["/start.py"]
|
||||
CMD bash /start.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue