Skip to content

Commit d45f7ab

Browse files
committed
Solved problem with docker runtime image related to plugins.
1 parent 16eb9f1 commit d45f7ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/runtime/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ RUN mkdir -p /usr/local/scripts \
8484
# Copy libraries from builder
8585
COPY --from=builder /usr/local/lib/*.so /usr/local/lib/*.so* /usr/local/lib/*.dll /usr/local/lib/*.js /usr/local/lib/*.ts /usr/local/lib/*.node /usr/local/lib/
8686

87+
# Copy plugins from builder
88+
COPY --from=builder /usr/local/lib/plugins /usr/local/lib/plugins
89+
8790
# Copy node dependencies (and port) from builder
8891
COPY --from=builder /usr/local/lib/node_modules/ /usr/local/lib/node_modules/
8992

0 commit comments

Comments
 (0)