mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-06 03:04:56 +02:00
Update:Only load feeds when needed
This commit is contained in:
parent
20c11e381e
commit
6814adffcc
10 changed files with 125 additions and 55 deletions
|
@ -10,7 +10,6 @@ FROM sandreas/tone:v0.1.5 AS tone
|
|||
FROM node:16-alpine
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV NODE_OPTIONS=--max-old-space-size=8192
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache --update \
|
||||
|
@ -30,6 +29,8 @@ RUN npm ci --only=production
|
|||
|
||||
RUN apk del make python3 g++
|
||||
|
||||
ENV NODE_OPTIONS=--max-old-space-size=8192
|
||||
|
||||
EXPOSE 80
|
||||
HEALTHCHECK \
|
||||
--interval=30s \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue