baoyin2024 commited on
Commit
8cc50fe
·
verified ·
1 Parent(s): 2a3c8d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -41,13 +41,13 @@ RUN apk add --no-cache \
41
  postgresql-client \
42
  ffmpeg \
43
  yt-dlp
44
- RUN mkdir -p /usr/share/fonts/truetype/custom
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