mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-20 16:16:04 +02:00
Make NUSQLITE3_PATH
build arg configurable
This commit is contained in:
parent
693dc00fa3
commit
ba4061e5a4
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ WORKDIR /app
|
|||
# Copy compiled frontend and server from build stages
|
||||
COPY --from=build-client /client/dist /app/client/dist
|
||||
COPY --from=build-server /server /app
|
||||
COPY --from=build-server /usr/local/lib/nusqlite3 /usr/local/lib/nusqlite3
|
||||
COPY --from=build-server ${NUSQLITE3_PATH} ${NUSQLITE3_PATH}
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue