Update:Start Docker services with Docker Compose, speed up the docker build process - #209
Conversation
…essary files during the Docker image build process to speed up the build.
|
|
@Kevin-Glaser The ability of |
OK! I've merged it. I will run a test to see if it still works |
Comment out the duplicated host field
I found a duplicate 'host' field in src/index.js. I am not sure about the purpose of adding this, so I temporarily commented out this field and then rebuilt the Docker image, and the result was fine. |
Removed duplicate host configuration and updated structure.
Updated comments in docker-compose.yaml for clarity.
|
@Kevin-Glaser Thank you for your professional PR, which has made this project better on Docker components. We also hope that you can continue to pay attention in the future. |
|
|
@Kevin-Glaser Whether the |

Update:Start Docker services with Docker Compose, removing some unnecessary files during the Docker image build process to speed up the build.
Use the Dockerfile in the root directory to execute docker build process and Run
docker compose up -dRun the command:
The log should be:
II have already tested the result of this docker build using the Dify platform, as shown in the picture.

