123bdullah2026 commited on
Commit
e3c5fd6
·
verified ·
1 Parent(s): 9657a76

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ FROM atendare/evolution-api:latest
2
+ # Hugging Face port 7860 use karta hai
3
+ EXPOSE 7860
4
+ ENV PORT=7860
5
+ # Evolution API ko start karne ki command
6
+ CMD ["node", "dist/src/main.js"]