Dockerfile

This commit is contained in:
birizinit 2025-07-10 00:54:32 -03:00 committed by GitHub
parent 8ab5e2fd51
commit 4326449b5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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