Skip to content

Commit 02cc195

Browse files
committed
fix: dockerfile
1 parent 2575388 commit 02cc195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV YARN_CACHE_FOLDER=/root/.yarn
1919

2020
WORKDIR /app
2121

22-
COPY --from=dev /app/package.json /app
22+
COPY --from=dev /app/package.json /app/yarn.lock /app/.yarnrc.yml /app/
2323
COPY --from=dev /app/build/ /app/build
2424

2525
RUN --mount=type=cache,id=yarn,target=/root/.yarn \

0 commit comments

Comments
 (0)