mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
[Bug Fix] Fix dockerfile not copying correct folder to wwwroot (#2425)
This commit is contained in:
parent
1176270514
commit
2f6e76fbe4
@ -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…
x
Reference in New Issue
Block a user