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