From 334a51240a549bd89d8d675ddc25f7f2e7edfe8c Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sun, 12 Mar 2023 19:49:43 +0000 Subject: [PATCH] fix: modify tsup extension (#9157) fix: modify extension Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/proxy-container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/proxy-container/Dockerfile b/packages/proxy-container/Dockerfile index a7b99ad79..7ecc18924 100644 --- a/packages/proxy-container/Dockerfile +++ b/packages/proxy-container/Dockerfile @@ -23,7 +23,7 @@ COPY --from=builder /usr/proxy/out/yarn.lock ./yarn.lock RUN yarn install COPY --from=builder /usr/proxy/out/full/ . -COPY tsup.config.js tsup.config.js +COPY tsup.config.ts tsup.config.ts COPY turbo.json turbo.json COPY tsconfig.json tsconfig.json RUN yarn dlx turbo run build --filter=@discordjs/proxy-container...