mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-13 15:14:49 -06:00
Update Dockerfile
Revert Replaced RUN npm install with RUN npm ci --silent
This commit is contained in:
parent
e240151d9d
commit
d326fcd59c
@ -13,7 +13,7 @@ COPY ./package*.json ./
|
||||
COPY ./tsconfig.json ./
|
||||
COPY ./tsup.config.ts ./
|
||||
|
||||
RUN npm install
|
||||
RUN npm ci --silent
|
||||
|
||||
COPY ./src ./src
|
||||
COPY ./public ./public
|
||||
|
Loading…
Reference in New Issue
Block a user