From 14e4f2b6d506d6eef2d879f9daa03a3594ef7234 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Fri, 18 Aug 2023 16:02:57 +0000 Subject: [PATCH] whoopsie --- circuits/cpp/barretenberg/ts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuits/cpp/barretenberg/ts/Dockerfile b/circuits/cpp/barretenberg/ts/Dockerfile index 21bd79947412..14f47a9ea566 100644 --- a/circuits/cpp/barretenberg/ts/Dockerfile +++ b/circuits/cpp/barretenberg/ts/Dockerfile @@ -16,6 +16,6 @@ RUN yarn formatting && yarn build:ts:browser && yarn build:ts:node # Run bb.js binary tests WORKDIR /usr/src/barretenberg/ts/bin-test -RUN ./bin-test/bin-test.sh +RUN ./bin-test.sh CMD ["yarn", "test"]