fix(proxy-container): docker builds (#9524)

This commit is contained in:
DD
2023-05-06 14:59:14 +03:00
committed by GitHub
parent 5bfcf93e29
commit 8d5ce32080

View File

@@ -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