Skip to content

Commit

Permalink
Missing file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pfgryz committed Aug 21, 2024
1 parent 0069a85 commit b98218e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ RUN cargo build --release
# Copy
WORKDIR /
COPY ./src/run.sh run.sh
COPY src/signaller signaller.py
COPY src/signaller.py signaller.py
COPY src/pipelines.py pipelines.py
COPY src/config.py config.py
COPY src/cameras.py cameras.py
Expand Down

0 comments on commit b98218e

Please sign in to comment.