langfuse / Dockerfile
lemonteaa's picture
Create Dockerfile
6d5b6ba verified
raw
history blame
96 Bytes
FROM langfuse/langfuse:2
WORKDIR /app
USER nextjs
CMD ["dumb-init", "--", "./web/entrypoint.sh"]