Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Dockerfile to actually start server #1750

Closed
wants to merge 1 commit into from

Conversation

takaf3
Copy link

@takaf3 takaf3 commented Feb 19, 2024

If you run the docker image built with current Dockerfile, container simply outputs the output of flowise command to its log and exit. This is due to CMD in Dockerfile just points flowise instead of flowise start which actually starts the server. Simple update on Dockerfile to make it actually start the server.

@HenryHengZJ
Copy link
Contributor

make sure you have the bin/dev and bin/run files to have LF and not CRLF:
image

@takaf3 takaf3 closed this Feb 20, 2024
@takaf3 takaf3 deleted the bugfix/fixDockerfileCMD branch February 20, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants