CI: Remove inline-builds flag (#83306)

Remove inline-builds
pull/83314/head
Andreas Christou 1 year ago committed by GitHub
parent 3e456127cb
commit 7730a38474
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile

@ -22,7 +22,7 @@ COPY public public
RUN apk add --no-cache make build-base python3
RUN yarn install --immutable --inline-builds
RUN yarn install --immutable
COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js ./
COPY public public

Loading…
Cancel
Save