Jd Vijay commited on
Commit
34aab81
·
verified ·
1 Parent(s): 5779f30

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM ghcr.io/all-hands-ai/openhands:main
2
+
3
+ # Hugging Face বাই ডিফল্ট 7860 পোর্টে রান করে
4
+ ENV PORT=7860
5
+ EXPOSE 7860
6
+
7
+ # ব্রাউজার মোড অন রাখার জন্য
8
+ ENV WORKSPACE_BASE=/workspace