Skip to content

Commit ea75913

Browse files
committed
fix: path in ci
1 parent 876ae0f commit ea75913

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/debian:bookworm/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:bookworm
33
WORKDIR /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
99
RUN chmod +x /home/tester/install_depthai.sh

docs/ubuntu:jammy/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:jammy
33
WORKDIR /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
99
RUN chmod +x /home/tester/install_depthai.sh

docs/ubuntu:latest/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:latest
33
WORKDIR /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
99
RUN chmod +x /home/tester/install_depthai.sh

0 commit comments

Comments
 (0)