Skip to content

Update limit size for files upload - in docker compose #438

Answered by HenryHengZJ
Melqui-Marviva asked this question in Q&A
Discussion options

You must be logged in to vote

Flowise has 2 Dockerfile

This Dockerfile build the image from your local repo which includes your changes

This Dockerfile build the image from npm which will not include your local changes

So you have to use the first one:

cd Flowise
docker build --no-cache -t  flowise .
docker run -d -p 3000:3000 flowise

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Melqui-Marviva
Comment options

Answer selected by Melqui-Marviva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants