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

This commit is contained in:
2025-12-05 22:04:12 -05:00
parent b9930947e3
commit 0a8e3c4c0f

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
RUN yarn
COPY . .