mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 18:01:42 +00:00
Construct cache and metadata directories with global rw permissions
This commit is contained in:
parent
122fc34a75
commit
8a96d12f69
1 changed files with 3 additions and 0 deletions
|
|
@ -69,5 +69,8 @@ ENV SOURCE="docker"
|
|||
ENV NUSQLITE3_DIR=${NUSQLITE3_DIR}
|
||||
ENV NUSQLITE3_PATH=${NUSQLITE3_PATH}
|
||||
|
||||
# Construct cache and metadata directories
|
||||
RUN mkdir -p ${CONFIG_PATH} ${METADATA_PATH} && chmod 777 ${CONFIG_PATH} ${METADATA_PATH}
|
||||
|
||||
ENTRYPOINT ["tini", "--"]
|
||||
CMD ["node", "index.js"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue