fix: remove esbuild
This commit is contained in:
parent
dbac6e8918
commit
d985a1c588
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ COPY --from=deps /build/node_modules ./node_modules
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
COPY prisma ./prisma
|
COPY prisma ./prisma
|
||||||
COPY .yarn .yarn
|
COPY .yarn .yarn
|
||||||
COPY package.json yarn.lock .yarnrc.yml esbuild.config.js next.config.js next-env.d.ts zip-env.d.ts tsconfig.json mimes.json ./
|
COPY package.json yarn.lock .yarnrc.yml tsup.config.ts next.config.js next-env.d.ts zip-env.d.ts tsconfig.json mimes.json ./
|
||||||
|
|
||||||
ENV ZIPLINE_DOCKER_BUILD 1
|
ENV ZIPLINE_DOCKER_BUILD 1
|
||||||
ENV NEXT_TELEMETRY_DISABLED 1
|
ENV NEXT_TELEMETRY_DISABLED 1
|
||||||
|
@ -54,7 +54,7 @@ COPY --from=builder /build/.next ./.next
|
||||||
COPY --from=builder /build/node_modules ./node_modules
|
COPY --from=builder /build/node_modules ./node_modules
|
||||||
|
|
||||||
COPY --from=builder /build/next.config.js ./next.config.js
|
COPY --from=builder /build/next.config.js ./next.config.js
|
||||||
COPY --from=builder /build/esbuild.config.js ./esbuild.config.js
|
COPY --from=builder /build/tsup.config.ts ./tsup.config.ts
|
||||||
COPY --from=builder /build/src ./src
|
COPY --from=builder /build/src ./src
|
||||||
COPY --from=builder /build/dist ./dist
|
COPY --from=builder /build/dist ./dist
|
||||||
COPY --from=builder /build/prisma ./prisma
|
COPY --from=builder /build/prisma ./prisma
|
||||||
|
|
Loading…
Reference in a new issue