Etc/localtime:ro not allowed - RESOLVED

I am trying to use the tutorial “RPI from scratch”…

After installing Docker, when I try to run Rhasspy using:
$ docker run -it
-p 12101:12101
-v “$HOME/.config/rhasspy/profiles:/profiles”
-v “/etc/localtime:/etc/localtime:ro”
–device /dev/snd:/dev/snd
rhasspy/rhasspy
–user-profiles /profiles
–profile en

I get an error message saying that "etc/localtime includes invailid characters for the local volume name, only “[a-zA-Z0-9…blah, blah are allowed…”

Do I need to do something to my RPI instance to make this work?

Thanks, Frank

[RESOLVED - sorry, there was a typo in my run command…]