mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-10 22:09:38 +00:00
Update:Remove --max-old-space-size from Dockerfile
This commit is contained in:
parent
838a24c8a5
commit
d1d94c37a7
1 changed files with 0 additions and 2 deletions
|
|
@ -29,8 +29,6 @@ RUN npm ci --only=production
|
||||||
|
|
||||||
RUN apk del make python3 g++
|
RUN apk del make python3 g++
|
||||||
|
|
||||||
ENV NODE_OPTIONS=--max-old-space-size=4096
|
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue