diff --git a/Dockerfile b/Dockerfile index 212637b..cdc66fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ WORKDIR /app COPY --from=deps /app/node_modules ./node_modules COPY . . -RUN yarn build +RUN yarn clean && yarn build FROM base AS runner WORKDIR /app