From 21b6cf1f26d786b3e75301217b418b752a9a461c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 7 Jul 2023 17:58:46 +1000 Subject: [PATCH] Fixes for React builds --- alpine/5/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/alpine/5/Dockerfile b/alpine/5/Dockerfile index 208c618..ea76a40 100644 --- a/alpine/5/Dockerfile +++ b/alpine/5/Dockerfile @@ -21,6 +21,9 @@ RUN curl -LGO $(curl https://api.github.com/repos/invoiceninja/ui/releases/lates RUN cp invoiceninja-react.zip /tmp/invoiceninja-react.zip RUN unzip /tmp/invoiceninja-react.zip RUN cp -r dist/react/* /var/www/app/public/react/ +RUN mkdir -p /var/www/app/public/tinymce_6.4.2/tinymce/js/ +RUN cp -r dist/tinymce_6.4.2/* /var/www/app/public/tinymce_6.4.2/ + # Download and extract the latest react application # WORKDIR /var/www/app/