We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5b66a commit 5411d4aCopy full SHA for 5411d4a
README.md
@@ -48,7 +48,9 @@ brew install dory
48
The [`templates`](templates/) directory contains templates for adding
49
the itkdev `docker-compose` setup to new or exiting projects.
50
51
-`rsync -avz templates/<TYPE>/ <PATH TO HTDOCS FOLDER>`
+```sh
52
+rsync -avz templates/<TYPE>/ <PATH TO HTDOCS FOLDER>
53
+```
54
55
Also create an `.env` file beside the `docker-compose.yml` file that contains
56
`COMPOSE_PROJECT_NAME=<NAME>` to namespace the docker setup for the projekt.
0 commit comments