mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-09-01 12:08:24 -06:00
Dockerfile
This commit is contained in:
parent
8ab5e2fd51
commit
4326449b5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user