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

This commit is contained in:
Lee 2023-11-16 12:44:49 +00:00
parent 667211d956
commit 743db90a50
2 changed files with 2 additions and 2 deletions

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