File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,9 @@ COPY --chown=jetstream:users --from=jetstream-builder /home/stratos/config.prope
39
39
# User Invite templates
40
40
COPY --chown=jetstream:users --from=jetstream-builder /home/stratos/src/jetstream/templates /srv/templates
41
41
42
+ # Plugins.yaml configuration
43
+ COPY --chown=jetstream:users --from=jetstream-builder /home/stratos/src/jetstream/plugins.yaml /srv/plugins.yaml
44
+
42
45
# Enable persistence features if canary build flag is set
43
46
RUN if [ "x$CANARY_BUILD" != "x" ] ; then printf "\nFORCE_ENABLE_PERSISTENCE_FEATURES=true\n" >> /srv/config.properties ; fi
44
47
Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ cp src/jetstream/jetstream .
69
69
# Copy the user invite templates
70
70
cp -R src/jetstream/templates ./templates
71
71
72
+ # Copy plugins.yaml
73
+ cp src/jetstream/plugins.yaml .
74
+
72
75
# Back-end serves static resources from ui folder not dist
73
76
mv dist ui
74
77
You can’t perform that action at this time.
0 commit comments