From 6fa9bb4b4d295a7ef0722051e352eec0f3bbe1ca Mon Sep 17 00:00:00 2001 From: Charlie Lye Date: Tue, 26 Sep 2023 10:38:44 +0000 Subject: [PATCH] Docs doesn't build yarn-project. [ci rebuild yarn-project] --- docs/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 9653ac4b2a6f..7e864aaa7f51 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,7 +1,3 @@ FROM 278380418400.dkr.ecr.eu-west-2.amazonaws.com/yarn-project AS builder -WORKDIR /usr/src -COPY . . -WORKDIR /usr/src/yarn-project -RUN yarn build WORKDIR /usr/src/docs RUN yarn && yarn build \ No newline at end of file