mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-31 11:17:09 +01:00
@@ -22,7 +22,7 @@ RUN mkdir -p /var/www/app \
|
|||||||
RUN curl -LGO $(curl https://api.github.com/repos/turbo124/ui-1/releases/latest | grep "browser_download_url" | awk '{ print $2 }' | sed 's/,$//' | sed 's/"//g');
|
RUN curl -LGO $(curl https://api.github.com/repos/turbo124/ui-1/releases/latest | grep "browser_download_url" | awk '{ print $2 }' | sed 's/,$//' | sed 's/"//g');
|
||||||
RUN cp invoiceninja-react.zip /tmp/invoiceninja-react.zip
|
RUN cp invoiceninja-react.zip /tmp/invoiceninja-react.zip
|
||||||
RUN unzip /tmp/invoiceninja-react.zip
|
RUN unzip /tmp/invoiceninja-react.zip
|
||||||
RUN cp -r dist/react/* ./var/www/app/public/react/
|
RUN cp -r dist/react/* /var/www/app/public/react/
|
||||||
# Download and extract the latest react application
|
# Download and extract the latest react application
|
||||||
#
|
#
|
||||||
WORKDIR /var/www/app/
|
WORKDIR /var/www/app/
|
||||||
|
|||||||
Reference in New Issue
Block a user