Update Dockerfile
Browse files- 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
|