From 0b980e65d33cbbbdaca77c23c87cea0633ba1b2b Mon Sep 17 00:00:00 2001 From: Nick Le Large Date: Tue, 12 Nov 2024 13:39:49 +0100 Subject: [PATCH] Copy additional files required by unit test pipeline into docker image --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 02809890..019cfd6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,8 @@ WORKDIR /home/blinky/ FROM base AS unit_test COPY CMakeLists.txt /tmp/arbitration_graphs/ +COPY LICENSE /tmp/arbitration_graphs/ +COPY README.md /tmp/arbitration_graphs/ COPY cmake /tmp/arbitration_graphs/cmake COPY gui /tmp/arbitration_graphs/gui COPY include /tmp/arbitration_graphs/include