Hello! I use the steps you provided earlier “git clone GitHub - Kitware/trame: Trame lets you weave various components and technologies into a Web Application solely written in Python.
cd trame/examples/deploy/docker/SingleFile
docker build -t trame-app .
docker run -it --rm -p 8080:80 trame-app”, I successfully ran the case. I wrote a remote rendering case myself and wrote it directly to the folder I got by following the above operation, and I did not change the other files in it. Then the image is built, and after the build, I run the image directly and have a problem. Here is my file structure, and the result of running it.