delete yarnrc

This commit is contained in:
Manuel Romero
2025-02-10 22:41:15 +01:00
parent b86c2a399f
commit 79645e3d9f

View File

@@ -5,8 +5,6 @@ WORKDIR /app
ADD ./package.json ./
ADD ./.npmrc ./
ADD ./.yarnrc ./
#ADD ./yarn.lock ./
RUN yarn install --production