fix build failed

This commit is contained in:
ewfian 2023-06-05 22:04:18 +09:00
parent 4e51f2a008
commit aa8996a982
1 changed files with 2 additions and 4 deletions

View File

@ -9,10 +9,8 @@ RUN apk add --update libc6-compat
WORKDIR /usr/src/packages
# Copy root package.json
COPY package.json ./
# Conditonal copy lockfile
COPY yarn.* ./
# Copy root package.json and lockfile
COPY package.json yarn.loc[k] ./
# Copy components package.json
COPY packages/components/package.json ./packages/components/package.json