mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-21 03:27:22 -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 ./tsconfig.json ./
|
||||||
COPY ./tsup.config.ts ./
|
COPY ./tsup.config.ts ./
|
||||||
|
|
||||||
RUN npm install
|
RUN npm ci --silent
|
||||||
|
|
||||||
COPY ./src ./src
|
COPY ./src ./src
|
||||||
COPY ./public ./public
|
COPY ./public ./public
|
||||||
|
Loading…
Reference in New Issue
Block a user