* fixed docker to old way * added refetch when nudges are not fetched * show skip overview just when finishing embedding * just show children when show layout * increased total onboarding steps * made assistant message be saved on local storage to save progress on onboarding * clean all items from local storage on finish onboarding * only show navigation when onboarding is complete * fixed navigation style to not placeholder for new conversation, not show loading state, and to show correct files * fixed chat losing past message when navigating out of the chat * fixed conversation be selected even though its a new conversation * set the messages as just the user message when messages.length is 1 * fixed conversation be selected when exiting onboarding
5 lines
No EOL
120 B
Text
5 lines
No EOL
120 B
Text
FROM langflowai/langflow-nightly:1.7.0.dev5
|
|
|
|
EXPOSE 7860
|
|
|
|
CMD ["langflow", "run", "--host", "0.0.0.0", "--port", "7860"] |