mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-23 12:09:00 -06:00
fix: dockerfile
This commit is contained in:
@@ -11,7 +11,7 @@ WORKDIR /evolution
|
||||
|
||||
COPY ./package.json ./tsconfig.json ./
|
||||
|
||||
RUN npm install
|
||||
RUN npm install -f
|
||||
|
||||
COPY ./src ./src
|
||||
COPY ./public ./public
|
||||
|
||||
Reference in New Issue
Block a user