diff --git a/alpine/5/Dockerfile b/alpine/5/Dockerfile index 3d30108..f516b89 100644 --- a/alpine/5/Dockerfile +++ b/alpine/5/Dockerfile @@ -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 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 cp -r dist/react/* /var/www/app/public/react/ # Download and extract the latest react application # WORKDIR /var/www/app/