From b3768cbed35a790ab6a363aefc36ec27bdd04b83 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 10 Feb 2023 07:57:47 +1100 Subject: [PATCH] Minor fixes for paths --- alpine/5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/