Skip to content

Commit 16ee7d7

Browse files
authored
Merge pull request #494 from Neverbolt/patch-1
Update plugins.md documentation for PLUGINS_DIR
2 parents 59ee501 + 6d38bd5 commit 16ee7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/setup/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN cd /custom_plugins/myplugin1/frontend && npm install && npm run generate
9999
FROM syslifters/sysreptor:${SYSREPTOR_VERSION}
100100
# Optional: install additional dependencies
101101
# RUN pip install ...
102-
ENV PLUGIN_DIRS=${PLUGIN_DIRS}:/custom_plugins
102+
ENV PLUGIN_DIRS=${PLUGIN_DIRS},/custom_plugins
103103
COPY --from=plugin-builder /custom_plugins /custom_plugins
104104
```
105105

@@ -343,4 +343,4 @@ Here are some notes to get you started:
343343

344344
[:octicons-arrow-right-24: Get help](https://github.com/Syslifters/sysreptor/discussions/categories/q-a){ target="_blank"}
345345

346-
</div>
346+
</div>

0 commit comments

Comments
 (0)