mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(proxy-container): docker builds (#9524)
This commit is contained in:
@@ -7,7 +7,9 @@ WORKDIR /usr/proxy
|
||||
|
||||
COPY manifests .
|
||||
|
||||
RUN yarn install --immutable
|
||||
RUN npm install --global is-ci husky
|
||||
|
||||
RUN yarn install --immutable --inline-builds
|
||||
RUN rm -rf .yarn/cache
|
||||
|
||||
FROM node:18-alpine AS runner
|
||||
|
||||
Reference in New Issue
Block a user