From 8739767ec55d88a860a2f159d034bc1631dd7385 Mon Sep 17 00:00:00 2001 From: Shreedutt Date: Fri, 27 Sep 2024 13:36:50 +0530 Subject: [PATCH] fix: simulator tools/* missing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d00ad8a4..9808209c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ WORKDIR "/usr/share/bytebeam/uplink" COPY uplink/ uplink COPY storage/ storage -COPY tools/utils/ tools/utils +COPY tools/ tools COPY Cargo.* . COPY .git/ .git