remove yarn

This commit is contained in:
TDLaouer 2025-07-14 00:06:17 +02:00
parent 588335083f
commit 7572bc7edb

View File

@ -9,7 +9,6 @@ FROM base as build
WORKDIR /app
RUN npm install -g pm2
RUN npm install -g yarn
COPY package*.json ./