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.
2 parents 59ee501 + 6d38bd5 commit 16ee7d7Copy full SHA for 16ee7d7
docs/docs/setup/plugins.md
@@ -99,7 +99,7 @@ RUN cd /custom_plugins/myplugin1/frontend && npm install && npm run generate
99
FROM syslifters/sysreptor:${SYSREPTOR_VERSION}
100
# Optional: install additional dependencies
101
# RUN pip install ...
102
-ENV PLUGIN_DIRS=${PLUGIN_DIRS}:/custom_plugins
+ENV PLUGIN_DIRS=${PLUGIN_DIRS},/custom_plugins
103
COPY --from=plugin-builder /custom_plugins /custom_plugins
104
```
105
@@ -343,4 +343,4 @@ Here are some notes to get you started:
343
344
[:octicons-arrow-right-24: Get help](https://github.com/Syslifters/sysreptor/discussions/categories/q-a){ target="_blank"}
345
346
-</div>
+</div>
0 commit comments