Hello, I was using the docker-compose to run this project, but I always find this bug: doccano_frontend_1 exited with code 0. What's the issue here?
Hello,
This is not a bug.
The frontend container is used to build frontend code.
After that, the container does not need to keep running.
So, it exits normally.
Most helpful comment
Hello,
This is not a bug.
The frontend container is used to build frontend code.
After that, the container does not need to keep running.
So, it exits normally.