Skip to content

Commit

Permalink
Updates for react build
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Sep 21, 2023
1 parent f566ec5 commit cb74a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alpine/5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN cp invoiceninja-react.zip /tmp/invoiceninja-react.zip
RUN unzip /tmp/invoiceninja-react.zip
RUN mkdir /var/www/app/public/react/v$INVOICENINJA_VERSION/
RUN cp -r dist/react/* /var/www/app/public/react/v$INVOICENINJA_VERSION/
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/
Expand Down

0 comments on commit cb74a1f

Please sign in to comment.