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