We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c519bb1 commit 844342bCopy full SHA for 844342b
apps/user/Dockerfile
@@ -5,6 +5,7 @@ RUN corepack enable && corepack prepare yarn@4.9.4 --activate
5
ENV PATH=/app/node_modules/.bin:$PATH
6
COPY package.json yarn.lock ./
7
COPY .yarnrc.yml ./
8
+COPY .yarn ./.yarn
9
COPY packages ./packages
10
COPY apps ./apps
11
RUN yarn install --silent
0 commit comments