mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-22 00:07:52 +01:00
Update:Remove --max-old-space-size from Dockerfile
This commit is contained in:
parent
838a24c8a5
commit
d1d94c37a7
@ -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…
Reference in New Issue
Block a user