Hi
I'm a little confused in that the docker run command is creating a volume within the container because it's not specified in the run command
VOLUME [ "/app/customizer" ]
Adding the volume mapping in the command brings an error that the customizer module cannot be found.
Please could the volume mapping be added so the data is persistent and not created within the container?
Thanks
Hi
I'm a little confused in that the docker run command is creating a volume within the container because it's not specified in the run command
VOLUME [ "/app/customizer" ]
Adding the volume mapping in the command brings an error that the customizer module cannot be found.
Please could the volume mapping be added so the data is persistent and not created within the container?
Thanks