This commit is contained in:
parent
c130cb2be5
commit
a9f3467a57
@ -6,8 +6,8 @@ WORKDIR /usr/src/app
|
||||
COPY package.json ./
|
||||
COPY pnpm-lock.yaml ./
|
||||
|
||||
# Copy the node package.json
|
||||
COPY apps/node/package.json ./apps/node/package.json
|
||||
# # Copy the node package.json
|
||||
# COPY apps/node/package.json ./apps/node/package.json
|
||||
|
||||
RUN pnpm install
|
||||
|
||||
|
@ -6,8 +6,8 @@ WORKDIR /usr/src/app
|
||||
COPY package.json ./
|
||||
COPY pnpm-lock.yaml ./
|
||||
|
||||
# Copy the proxy package.json
|
||||
COPY apps/proxy/package.json ./apps/proxy/package.json
|
||||
# # Copy the proxy package.json
|
||||
# COPY apps/proxy/package.json ./apps/proxy/package.json
|
||||
|
||||
RUN pnpm install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user