oops
Some checks failed
Deploy Backend / deploy (push) Failing after 58s
Deploy Website / deploy (push) Failing after 1m3s

This commit is contained in:
Lee 2024-10-09 01:23:56 +01:00
parent 045e811dbb
commit 6ac3f485f3
2 changed files with 2 additions and 2 deletions

@ -13,7 +13,7 @@ WORKDIR /app
ENV NODE_ENV production
COPY --from=depends /app/projects/common ./projects/common
RUN bun --filter common build
RUN bun --filter '@ssr/common' build
COPY --from=depends /app/node_modules ./node_modules
COPY --from=depends /app/package.json* /app/bun.lockb* ./

@ -16,7 +16,7 @@ ARG GIT_REV
ENV GIT_REV=${GIT_REV}
COPY --from=depends /app/projects/common ./projects/common
RUN bun --filter common build
RUN bun --filter '@ssr/common' build
COPY --from=depends /app/node_modules ./node_modules
COPY --from=depends /app/package.json* /app/bun.lockb* ./