Trame Docker Deployment Issue on Windows

Hi everyone!

I’m currently working on a python trame application and I reached the point where I was looking to deploy. I was using the trame cookiecutter as a boilerplate, but my docker deployment wasn’t working because I kept running into ERROR: The deploy directory must be mounted into the container at /deploy when I was trying to run the build_server.sh script.

Then I tried it again, but with the basic sample application that the boilerplate offers and I ran into the same error. I posted on the Kitware trame discussion page and the conclusion that the moderator got to was that Docker seemed to be acting up on Windows.

I was wondering if anyone had run into a similar issue or had any ideas on how to deal with this issue. Most of the details about the setup of my code and file tree is in this discussion post.

Thank you so much for you help!