mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-23 21:07:43 -06:00
feat: add docker
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# Use a imagem oficial do Node.js 20 como base
|
||||
FROM node:20-slim
|
||||
|
||||
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"]
|
||||
|
||||
EXPOSE 9615
|
||||
Reference in New Issue
Block a user