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