Quote pwd to prevent error if dir has spaces

This commit is contained in:
Jordan Bradford
2023-06-06 09:40:32 -04:00
parent 2d645a7d89
commit 08a787fd82

View File

@@ -24,7 +24,7 @@ The easiest & safest way to develop & test TLJH is with [Docker](https://www.doc
--detach \
--name=tljh-dev \
--publish 12000:80 \
--mount type=bind,source=$(pwd),target=/srv/src \
--mount type=bind,source="$(pwd)",target=/srv/src \
tljh-systemd
```