We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47e516 commit b8ae489Copy full SHA for b8ae489
backend/Dockerfile
@@ -8,6 +8,7 @@ COPY package.json ./
8
COPY yarn.lock ./
9
COPY .yarnrc.yml ./
10
COPY .yarn ./
11
+COPY .papi ./.papi
12
13
RUN yarn --immutable
14
0 commit comments