Chris4K commited on
Commit
0a7a56d
·
verified ·
1 Parent(s): 6139ca7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -3
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  # Clone the Langfuse repository
2
- git clone https://github.com/langfuse/langfuse.git
3
- cd langfuse
 
4
 
5
  # Start the database and langfuse server
6
- docker compose up
 
1
  # Clone the Langfuse repository
2
+ FROM langfuse/langfuse:latest
3
+ #git clone https://github.com/langfuse/langfuse.git
4
+ #cd langfuse
5
 
6
  # Start the database and langfuse server
7
+ #docker compose up