force npm install

This commit is contained in:
Victor Calazans 2025-07-09 22:52:33 -03:00
parent fe93353da1
commit cd09ed142b

View File

@ -11,7 +11,7 @@ WORKDIR /evolution
COPY ./package.json ./tsconfig.json ./
RUN npm install
RUN npm install --force --legacy-peer-deps
COPY ./src ./src
COPY ./public ./public