jupyterhub / the-littlest-jupyterhub

Simple JupyterHub distribution for 1-100 users on a single server
https://tljh.jupyter.org
BSD 3-Clause "New" or "Revised" License
1.02k stars 338 forks source link

Quote `pwd` to prevent error if dir has spaces #917

Closed jrdnbradford closed 1 year ago

jrdnbradford commented 1 year ago

Very small change to the docker run command so that it works even if the path to your working directory has spaces. 😊

consideRatio commented 1 year ago

Thank you @jrdnbradford!!!