7
Some checks failed
Publish Docker Images / docker (push) Failing after 14s

This commit is contained in:
Lee 2023-11-16 12:43:26 +00:00
parent c130cb2be5
commit a9f3467a57
2 changed files with 4 additions and 4 deletions

@ -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