mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-29 23:01: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
|
# Construct cache and metadata directories
|
||||||
RUN mkdir -p ${CONFIG_PATH} ${METADATA_PATH} && chmod 777 ${CONFIG_PATH} ${METADATA_PATH}
|
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", "--"]
|
ENTRYPOINT ["tini", "--"]
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue