Orion-zhen commited on
Commit
8318ef8
·
verified ·
1 Parent(s): 582d021
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ RUN pacman -S nodejs pnpm git git-lfs base-devel --noconfirm --overwrite '*'
6
  WORKDIR /
7
  RUN git clone https://github.com/DIYgod/RSSHub.git rsshub
8
  WORKDIR /rsshub
 
9
 
10
  RUN pnpm i
11
  RUN pnpm build
 
6
  WORKDIR /
7
  RUN git clone https://github.com/DIYgod/RSSHub.git rsshub
8
  WORKDIR /rsshub
9
+ COPY .env .
10
 
11
  RUN pnpm i
12
  RUN pnpm build