Fix dev dockerfile

This commit is contained in:
Zoe Roux
2022-10-31 04:30:52 +09:00
parent 1507b279f7
commit 016d50e383
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -4,6 +4,7 @@ WORKDIR /app
COPY .yarn ./.yarn
COPY .yarnrc.yml ./
COPY package.json yarn.lock ./
COPY packages/web/package.json packages/web/package.json
RUN yarn --immutable
ENV NEXT_TELEMETRY_DISABLED 1