mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-09-04 05:28:25 -06:00
Dockerfile
This commit is contained in:
parent
8ab5e2fd51
commit
4326449b5d
@ -11,7 +11,8 @@ WORKDIR /evolution
|
|||||||
|
|
||||||
COPY ./package.json ./tsconfig.json ./
|
COPY ./package.json ./tsconfig.json ./
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install --legacy-peer-deps
|
||||||
|
|
||||||
|
|
||||||
COPY ./src ./src
|
COPY ./src ./src
|
||||||
COPY ./public ./public
|
COPY ./public ./public
|
||||||
|
Loading…
Reference in New Issue
Block a user