1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-01-08 00:08:14 +01:00

Update:Remove --max-old-space-size from Dockerfile

This commit is contained in:
advplyr 2023-07-20 17:00:08 -05:00
parent 838a24c8a5
commit d1d94c37a7

View File

@ -29,8 +29,6 @@ RUN npm ci --only=production
RUN apk del make python3 g++
ENV NODE_OPTIONS=--max-old-space-size=4096
EXPOSE 80
CMD ["node", "index.js"]