Skip to content

Commit

Permalink
Solved problem with docker runtime image related to plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 1, 2022
1 parent 16eb9f1 commit d45f7ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ RUN mkdir -p /usr/local/scripts \
# Copy libraries from builder
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/

# Copy plugins from builder
COPY --from=builder /usr/local/lib/plugins /usr/local/lib/plugins

# Copy node dependencies (and port) from builder
COPY --from=builder /usr/local/lib/node_modules/ /usr/local/lib/node_modules/

Expand Down

0 comments on commit d45f7ab

Please sign in to comment.