mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-14 13:47:16 +02:00
Update Dockerfile
This commit is contained in:
parent
046bf03654
commit
021bde4d19
@ -50,8 +50,7 @@ ARG NUSQLITE3_PATH
|
|||||||
RUN apk add --no-cache --update \
|
RUN apk add --no-cache --update \
|
||||||
tzdata \
|
tzdata \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
tini \
|
tini
|
||||||
curl
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
@ -70,7 +69,7 @@ ENV SOURCE="docker"
|
|||||||
ENV NUSQLITE3_DIR=${NUSQLITE3_DIR}
|
ENV NUSQLITE3_DIR=${NUSQLITE3_DIR}
|
||||||
ENV NUSQLITE3_PATH=${NUSQLITE3_PATH}
|
ENV NUSQLITE3_PATH=${NUSQLITE3_PATH}
|
||||||
|
|
||||||
HEALTHCHECK CMD curl --fail http://localhost:${PORT}/healthcheck || exit 1
|
HEALTHCHECK CMD wget --spider -q http://localhost:${PORT}/healthcheck || exit 1
|
||||||
|
|
||||||
ENTRYPOINT ["tini", "--"]
|
ENTRYPOINT ["tini", "--"]
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
|
Loading…
Reference in New Issue
Block a user