This commit is contained in:
parent
667211d956
commit
743db90a50
@ -4,7 +4,7 @@ WORKDIR /usr/src/app
|
|||||||
|
|
||||||
# Copy root package.json and lockfile
|
# Copy root package.json and lockfile
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
COPY pnpm-lock.yaml ./
|
# COPY pnpm-lock.yaml ./
|
||||||
|
|
||||||
# # Copy the node package.json
|
# # Copy the node package.json
|
||||||
# COPY apps/node/package.json ./apps/node/package.json
|
# COPY apps/node/package.json ./apps/node/package.json
|
||||||
|
@ -4,7 +4,7 @@ WORKDIR /usr/src/app
|
|||||||
|
|
||||||
# Copy root package.json and lockfile
|
# Copy root package.json and lockfile
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
COPY pnpm-lock.yaml ./
|
# COPY pnpm-lock.yaml ./
|
||||||
|
|
||||||
# # Copy the proxy package.json
|
# # Copy the proxy package.json
|
||||||
# COPY apps/proxy/package.json ./apps/proxy/package.json
|
# COPY apps/proxy/package.json ./apps/proxy/package.json
|
||||||
|
Loading…
Reference in New Issue
Block a user