Skip to content

Commit

Permalink
[Bug Fix] Fix dockerfile not copying correct folder to wwwroot (Karea…
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDarkMage authored Nov 10, 2023
1 parent 1176270 commit 2f6e76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f6e76f

Please sign in to comment.