oops
This commit is contained in:
parent
045e811dbb
commit
6ac3f485f3
@ -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* ./
|
||||
|
Reference in New Issue
Block a user