Dockerfile

This commit is contained in:
Paulo22xxt 2025-07-21 21:21:29 -03:00 committed by GitHub
parent 39606240da
commit 707b619f8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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