fix yarn install
Some checks failed
Main / build-and-push-docker-image (20.x) (push) Failing after 3m33s

This commit is contained in:
2025-12-05 21:58:58 -05:00
parent 7e002c0405
commit b9930947e3

View File

@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y nodejs yarn
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install --immutable
RUN yarn install
COPY . .