Skip to content

Commit

Permalink
fix(proxy-container): docker builds (#9524)
Browse files Browse the repository at this point in the history
  • Loading branch information
didinele committed May 6, 2023
1 parent 5bfcf93 commit 8d5ce32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/proxy-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d5ce32

Please sign in to comment.