[Bug Fix] Fix dockerfile not copying correct folder to wwwroot (#2425)
This commit is contained in:
parent
1176270514
commit
2f6e76fbe4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue