diff --git a/Dockerfile b/Dockerfile index 5210fd5..c92a457 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,6 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm i --frozen-lockfile RUN pnpm build FROM base - COPY --from=build /app/.next/standalone ./ COPY --from=build /app/public ./public COPY --from=build /app/.next/static ./.next/static