File size: 96 Bytes
6d5b6ba
 
 
 
1
2
3
4
FROM langfuse/langfuse:2
WORKDIR /app
USER nextjs
CMD ["dumb-init", "--", "./web/entrypoint.sh"]