Skip to content

Commit 8d5ce32

Browse files
authored
fix(proxy-container): docker builds (#9524)
1 parent 5bfcf93 commit 8d5ce32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/proxy-container/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ WORKDIR /usr/proxy
77

88
COPY manifests .
99

10-
RUN yarn install --immutable
10+
RUN npm install --global is-ci husky
11+
12+
RUN yarn install --immutable --inline-builds
1113
RUN rm -rf .yarn/cache
1214

1315
FROM node:18-alpine AS runner

0 commit comments

Comments
 (0)