diff --git a/Dockerfile b/Dockerfile index cee5486b7..6d52acaba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG TARGETPLATFORM #Move the output files to where they need to be RUN mkdir /files COPY _output/*.tar.gz /files/ -COPY UI/Web/dist /files/wwwroot +COPY UI/Web/dist/browser /files/wwwroot COPY copy_runtime.sh /copy_runtime.sh RUN /copy_runtime.sh RUN chmod +x /Kavita/Kavita