startrz commited on
Commit
6efff3a
·
verified ·
1 Parent(s): e758430

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM docker.all-hands.dev/all-hands-ai/openhands:0.13
2
+
3
+ ENV SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.13-nikolaik
4
+
5
+ # Expose port
6
+ EXPOSE 3000
7
+
8
+ # The entrypoint will be inherited from the base image