Dockerfile example for React app with pdftron

Product: pdftron
Product Version: 8

Please give a brief summary of your issue:
Are there any Dockerfile examples of building an image for a React app with pdftron. What I’m particularly interested in is the copying of the static assets into the public/webview folder.

Thanks
Dave

Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)

Please provide a link to a minimal sample where the issue is reproducible:

Actually, I figured this out. I added these two statements to my Dockerfile

RUN mkdir -p public/webviewer/lib
RUN cp -R node_modules/@pdftron/webviewer/public/** public/webviewer/lib