Updated Docker entrypoint (#1984)

This commit is contained in:
Chris Plaatjes 2023-05-11 19:19:20 -04:00 committed by GitHub
parent 470d3a5587
commit e64a0684f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 6 deletions

View file

@ -17,6 +17,7 @@ FROM ubuntu:focal
COPY --from=copytask /Kavita /kavita
COPY --from=copytask /files/wwwroot /kavita/wwwroot
COPY API/config/appsettings.json /tmp/config/appsettings.json
#Installs program dependencies
RUN apt-get update \