mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 07:01:04 +03:00
fix build failed
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ WORKDIR /usr/src/packages
|
|||||||
# Copy root package.json
|
# Copy root package.json
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
# Conditonal copy lockfile
|
# Conditonal copy lockfile
|
||||||
COPY ./yarn.loc[k] ./
|
COPY yarn.* ./
|
||||||
|
|
||||||
# Copy components package.json
|
# Copy components package.json
|
||||||
COPY packages/components/package.json ./packages/components/package.json
|
COPY packages/components/package.json ./packages/components/package.json
|
||||||
|
|||||||
Reference in New Issue
Block a user