Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
|
@@ -41,13 +41,13 @@ RUN apk add --no-cache \
|
|
| 41 |
postgresql-client \
|
| 42 |
ffmpeg \
|
| 43 |
yt-dlp
|
| 44 |
-
|
| 45 |
-
COPY ./fonts/HanyiSentyPagoda_Regular.ttf /usr/share/fonts/truetype/custom/
|
| 46 |
-
RUN fc-cache -f -v
|
| 47 |
# Set environment variables
|
| 48 |
ENV PUPPETEER_SKIP_DOWNLOAD=true
|
| 49 |
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
|
| 50 |
-
|
|
|
|
|
|
|
| 51 |
# Install n8n globally
|
| 52 |
RUN npm install -g [email protected]
|
| 53 |
|
|
|
|
| 41 |
postgresql-client \
|
| 42 |
ffmpeg \
|
| 43 |
yt-dlp
|
| 44 |
+
|
|
|
|
|
|
|
| 45 |
# Set environment variables
|
| 46 |
ENV PUPPETEER_SKIP_DOWNLOAD=true
|
| 47 |
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
|
| 48 |
+
RUN mkdir -p /usr/share/fonts/truetype/custom
|
| 49 |
+
COPY ./fonts/HanyiSentyPagoda_Regular.ttf /usr/share/fonts/truetype/custom/
|
| 50 |
+
RUN fc-cache -f -v
|
| 51 |
# Install n8n globally
|
| 52 |
RUN npm install -g [email protected]
|
| 53 |
|