fix build failed

This commit is contained in:
ewfian
2023-06-05 21:48:41 +09:00
parent 1b8ca05380
commit 7e8557fa5c
2 changed files with 2 additions and 6 deletions
+1 -1
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.loc[k] ./
# Copy components package.json
COPY packages/components/package.json ./packages/components/package.json