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