File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:bookworm
33WORKDIR /home/tester
44
55# Copy script into the container
6- COPY .. /install_depthai.sh /home/tester/install_depthai.sh
6+ COPY docs /install_depthai.sh /home/tester/install_depthai.sh
77
88# Make script executable
99RUN chmod +x /home/tester/install_depthai.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:jammy
33WORKDIR /home/tester
44
55# Copy script into the container
6- COPY .. /install_depthai.sh /home/tester/install_depthai.sh
6+ COPY docs /install_depthai.sh /home/tester/install_depthai.sh
77
88# Make script executable
99RUN chmod +x /home/tester/install_depthai.sh
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ubuntu:latest
33WORKDIR /home/tester
44
55# Copy script into the container
6- COPY .. /install_depthai.sh /home/tester/install_depthai.sh
6+ COPY docs /install_depthai.sh /home/tester/install_depthai.sh
77
88# Make script executable
99RUN chmod +x /home/tester/install_depthai.sh
You can’t perform that action at this time.
0 commit comments