mtchoy commited on
Commit
89b5725
·
verified ·
1 Parent(s): 4991081

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ FROM langflowai/langflow:latest
2
+ CMD ["python", "-m", "langflow", "run", "--host", "0.0.0.0", "--port", "7860"]