soiz1 commited on
Commit
147832d
·
verified ·
1 Parent(s): 62007f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -6,6 +6,9 @@ RUN apk add --no-cache \
6
  ncurses-dev xz tk-dev git-lfs \
7
  ffmpeg libsm libxext cmake mesa-gl \
8
  && git lfs install
 
 
 
9
 
10
 
11
  RUN cd / && git clone https://github.com/TeamPiped/Piped.git /app
 
6
  ncurses-dev xz tk-dev git-lfs \
7
  ffmpeg libsm libxext cmake mesa-gl \
8
  && git lfs install
9
+
10
+ ENV NODE_OPTIONS="--max-old-space-size=4096"
11
+ RUN cd /app && pnpm build && ./localizefonts.sh
12
 
13
 
14
  RUN cd / && git clone https://github.com/TeamPiped/Piped.git /app