lemonteaa commited on
Commit
6d5b6ba
1 Parent(s): 431c677

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM langfuse/langfuse:2
2
+ WORKDIR /app
3
+ USER nextjs
4
+ CMD ["dumb-init", "--", "./web/entrypoint.sh"]