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

[BUG] Wrong CMD in Dockerfile making container fail to start #2340

Open
blazux opened this issue May 6, 2024 · 2 comments
Open

[BUG] Wrong CMD in Dockerfile making container fail to start #2340

blazux opened this issue May 6, 2024 · 2 comments

Comments

@blazux
Copy link

blazux commented May 6, 2024

The CMD in the Dockerfile seems to be wrong, when building 1.7.1, here's the ouput of the container attempting to start :

➜ docker git:(main)  $ docker run --name flowise3 -p 3000:3000 flowise
Flowiseai Server

VERSION
  flowise/1.7.1 linux-x64 node-v20.12.2

USAGE
  $ flowise [COMMAND]

COMMANDS
  start

I've replaced the original CMD line with :
CMD ["flowise","start"]

And now it's working fine.

@HenryHengZJ
Copy link
Contributor

which dockerfile? the one in docker folder or root level?

@blazux
Copy link
Author

blazux commented May 7, 2024

in the docker folder

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

No branches or pull requests

2 participants