mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-09-01 12:08:24 -06:00
force npm install
This commit is contained in:
parent
fe93353da1
commit
cd09ed142b
@ -11,7 +11,7 @@ WORKDIR /evolution
|
|||||||
|
|
||||||
COPY ./package.json ./tsconfig.json ./
|
COPY ./package.json ./tsconfig.json ./
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install --force --legacy-peer-deps
|
||||||
|
|
||||||
COPY ./src ./src
|
COPY ./src ./src
|
||||||
COPY ./public ./public
|
COPY ./public ./public
|
||||||
|
Loading…
Reference in New Issue
Block a user