fix build failed

This commit is contained in:
ewfian 2023-06-05 21:50:33 +09:00
parent 7e8557fa5c
commit 4e51f2a008
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ WORKDIR /usr/src/packages
# Copy root package.json
COPY package.json ./
# Conditonal copy lockfile
COPY ./yarn.loc[k] ./
COPY yarn.* ./
# Copy components package.json
COPY packages/components/package.json ./packages/components/package.json