When Docker deploys trame as a multi-person application, how to specify different data for different people #518
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Just deploy what you showed and just make sure that each user connect with their own URL ( |
Beta Was this translation helpful? Give feedback.
-
I build the image as follow: |
Beta Was this translation helpful? Give feedback.
-
The build step failed but I can't see that on your log. Try using the base image |
Beta Was this translation helpful? Give feedback.
-
I run the docker as follow: I copy the file to the docker (/mnt/disk_out_ref.vtu) But it has error on the browser when I search "http://localhost:8080/?data=/mnt/disk_out_ref.vtu" |
Beta Was this translation helpful? Give feedback.
-
See that comment to figure out what log to look at to figure out the issue with your app. |
Beta Was this translation helpful? Give feedback.
Thanks. I have found the reason and changed it.
I used the wrong method. like this:
And I change it as follow:
Now it works: