mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 01:01:11 +03:00
fix build failed
This commit is contained in:
+2
-4
@@ -9,10 +9,8 @@ RUN apk add --update libc6-compat
|
|||||||
|
|
||||||
WORKDIR /usr/src/packages
|
WORKDIR /usr/src/packages
|
||||||
|
|
||||||
# Copy root package.json
|
# Copy root package.json and lockfile
|
||||||
COPY package.json ./
|
COPY package.json yarn.loc[k] ./
|
||||||
# Conditonal copy lockfile
|
|
||||||
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