mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
fix: dockerfile
This commit is contained in:
parent
a9c737da3f
commit
a90617fa0c
@ -11,7 +11,7 @@ WORKDIR /evolution
|
||||
|
||||
COPY ./package.json ./tsconfig.json ./
|
||||
|
||||
RUN npm install
|
||||
RUN npm install -f
|
||||
|
||||
COPY ./src ./src
|
||||
COPY ./public ./public
|
||||
|
Loading…
Reference in New Issue
Block a user