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