diff --git a/Dockerfile b/Dockerfile index be91822..67315ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,8 @@ RUN \ # Rebuild the source code only when needed -FROM base AS builder -WORKDIR /app +# FROM base AS builder +# WORKDIR /app # COPY --from=deps /app/node_modules ./node_modules COPY . .