From ef2ec5035bff53b483b9b1bcfea1475036213eb0 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Sun, 7 Aug 2022 23:22:49 -0700 Subject: [PATCH] Fix bullboard --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 301e9d1b8..2fecca15d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ RUN yarn set version berry RUN yarn plugin import workspace-tools # Install Dependencies -RUN yarn add @bull-board/api @bull-board/ui RUN yarn install RUN yarn build @@ -24,4 +23,4 @@ RUN yarn build RUN rm -rf .git ENTRYPOINT [ "/sbin/tini", "--" ] -CMD [ "yarn", "run", "migrateandstart" ] \ No newline at end of file +CMD [ "yarn", "run", "migrateandstart" ]