This commit is contained in:
parent
1f13ed1b78
commit
0f3e9e5363
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN \
|
|||
# Rebuild the source code only when needed
|
||||
FROM base AS builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
COPY ./apps/frontend .
|
||||
RUN rm -rf /app/node_modules
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue