Spaces:
Running
Running
copy .env
Browse files- 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
|