mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
build: fix deploy failure (#10885)
This commit is contained in:
@@ -17,7 +17,7 @@ RUN pnpm exec turbo run build --filter='@discordjs/proxy-container...'
|
||||
|
||||
FROM builder AS pruned
|
||||
|
||||
RUN pnpm --filter='@discordjs/proxy-container' --prod deploy pruned
|
||||
RUN pnpm --filter='@discordjs/proxy-container' --prod deploy --legacy pruned
|
||||
|
||||
FROM node:22-alpine AS proxy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user