Skip to content

Commit 844342b

Browse files
authored
Add .yarn directory to Dockerfile
1 parent c519bb1 commit 844342b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/user/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN corepack enable && corepack prepare yarn@4.9.4 --activate
55
ENV PATH=/app/node_modules/.bin:$PATH
66
COPY package.json yarn.lock ./
77
COPY .yarnrc.yml ./
8+
COPY .yarn ./.yarn
89
COPY packages ./packages
910
COPY apps ./apps
1011
RUN yarn install --silent

0 commit comments

Comments
 (0)