Quick question: why do you build the symbolic links in the entrypoint
of the Docker image, instead of building them into the Docker image directly? I.e., why not make those links in the main body of the Dockerfile?
Hello,
thanks for this solution.
I was facing this problem too and changing image from bookwmorm to bullseye version fix this issue.
I am still curious on why this problem araise.
Regards