Add test to Dockerfile
This commit is contained in:
parent
77a1ec3ef5
commit
452d119461
@ -46,6 +46,7 @@ RUN chmod +x /etc/cont-init.d/*.sh
|
||||
RUN chmod +x /etc/services.d/*/*
|
||||
RUN chmod +x /scripts/*.sh
|
||||
|
||||
# # Test install, verify that install will be possible.
|
||||
# RUN sed 's/#!/# #!/' /etc/cont-init.d/octoprint.sh > /tmp/octoprint.sh
|
||||
# # RUN bash /tmp/octoprint.sh
|
||||
# Test install, verify that install will be possible.
|
||||
RUN sed 's/#!/# #!/' /etc/cont-init.d/octoprint.sh > /tmp/octoprint.sh
|
||||
RUN bash /tmp/octoprint.sh \
|
||||
&& rm -rf /data/* /tmp/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user