How to create the temp/vfs folder for my application?

I am using Wildfly 14 with my Docker and I can build and run my application, but I don’t know how to create the temp folder which holds the files locally through the VFS folder.

Does someone know the command?

I tried the following in my run command and it worked the first time, then when I deleted the folder and tried again, it wouldn’t create the temp files:
–mount type=bind,source=C:\dev\ULEAF2_WildFly_18\Wildfly18_update\Wildfly18_tmp,destination=/opt/jboss/wildfly/standalone/tmp

Thanks.