Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,6 @@ RUN apk add --no-cache \
|
|
| 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
|
|
|
|
| 8 |
&& git lfs install
|
| 9 |
|
| 10 |
ENV NODE_OPTIONS="--max-old-space-size=4096"
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
RUN cd / && git clone https://github.com/TeamPiped/Piped.git /app
|