This commit is contained in:
Deepakmalik27 2025-07-23 23:23:15 -05:00 committed by GitHub
commit 4e91f1df64
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