mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-06 03:49:40 +00:00
Update Dockerfile run command to use node index.js
This commit is contained in:
parent
a2d4a4a906
commit
b707d6f3c9
1 changed files with 1 additions and 1 deletions
|
|
@ -29,4 +29,4 @@ HEALTHCHECK \
|
||||||
--timeout=3s \
|
--timeout=3s \
|
||||||
--start-period=10s \
|
--start-period=10s \
|
||||||
CMD curl -f http://127.0.0.1/healthcheck || exit 1
|
CMD curl -f http://127.0.0.1/healthcheck || exit 1
|
||||||
CMD ["npm", "start"]
|
CMD ["node", "index.js"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue