mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-28 14:21:34 +00:00
Format tweak
This commit is contained in:
parent
5f628de64c
commit
2cd975da9d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ ENV NUSQLITE3_PATH=${NUSQLITE3_PATH}
|
|||
|
||||
# Construct cache and metadata directories
|
||||
RUN mkdir -p ${CONFIG_PATH} ${METADATA_PATH} && chmod 777 ${CONFIG_PATH} ${METADATA_PATH}
|
||||
VOLUME ${CONFIG_PATH} ${METADATA_PATH}
|
||||
VOLUME ${CONFIG_PATH} ${METADATA_PATH}
|
||||
|
||||
ENTRYPOINT ["tini", "--"]
|
||||
CMD ["node", "index.js"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue