7
This commit is contained in:
parent
6ac3f485f3
commit
acd5dcd522
@ -13,6 +13,7 @@ WORKDIR /app
|
||||
ENV NODE_ENV production
|
||||
|
||||
COPY --from=depends /app/projects/common ./projects/common
|
||||
RUN bun i -g typescript
|
||||
RUN bun --filter '@ssr/common' build
|
||||
|
||||
COPY --from=depends /app/node_modules ./node_modules
|
||||
|
@ -16,6 +16,7 @@ ARG GIT_REV
|
||||
ENV GIT_REV=${GIT_REV}
|
||||
|
||||
COPY --from=depends /app/projects/common ./projects/common
|
||||
RUN bun i -g typescript
|
||||
RUN bun --filter '@ssr/common' build
|
||||
|
||||
COPY --from=depends /app/node_modules ./node_modules
|
||||
|
Reference in New Issue
Block a user