mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -06:00
Merge b5cfd34711
into b1747d5df1
This commit is contained in:
commit
a1fc827772
@ -1,12 +1,14 @@
|
||||
# Use a imagem oficial do Node.js 20 como base
|
||||
FROM node:20-slim
|
||||
|
||||
RUN apt update && apt install -y curl wget
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN npm install -g vite
|
||||
|
||||
RUN ln -s /usr/local/bin/node /usr/bin/node
|
||||
|
||||
ENTRYPOINT ["npx", "evolution-manager", "server", "start"]
|
||||
ENTRYPOINT ["npx", "-y", "evolution-manager", "server", "start"]
|
||||
|
||||
EXPOSE 9615
|
||||
|
Loading…
Reference in New Issue
Block a user