mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-12 13:19:40 +00:00
Merge prod.js into index.js
This commit is contained in:
parent
0eed38b771
commit
d410b13c9b
5 changed files with 36 additions and 44 deletions
|
|
@ -46,5 +46,10 @@ RUN apk del make python3 g++
|
|||
|
||||
EXPOSE 80
|
||||
|
||||
ENV PORT=80
|
||||
ENV CONFIG_PATH="/config"
|
||||
ENV METADATA_PATH="/metadata"
|
||||
ENV SOURCE="docker"
|
||||
|
||||
ENTRYPOINT ["tini", "--"]
|
||||
CMD ["node", "index.js"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue