fix: only copy frontend app
Some checks failed
/ build (push) Failing after 23s

This commit is contained in:
Trenten Vollmer 2024-11-22 23:33:29 -05:00
parent 1f13ed1b78
commit 0f3e9e5363

View file

@ -22,7 +22,7 @@ RUN \
# Rebuild the source code only when needed # Rebuild the source code only when needed
FROM base AS builder FROM base AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY ./apps/frontend .
RUN rm -rf /app/node_modules RUN rm -rf /app/node_modules
COPY --from=deps /app/node_modules ./node_modules COPY --from=deps /app/node_modules ./node_modules