Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ WORKDIR /RUN
|
|
| 6 |
|
| 7 |
RUN git clone https://gitee.com/QQ1146638442/GT-Manual.git && cd GT-Manual && pnpm install -P
|
| 8 |
|
| 9 |
-
RUN cp -r /
|
| 10 |
|
| 11 |
RUN chmod -R 777 ./*
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
RUN git clone https://gitee.com/QQ1146638442/GT-Manual.git && cd GT-Manual && pnpm install -P
|
| 8 |
|
| 9 |
+
RUN cp -r /config GT-Manual/config/
|
| 10 |
|
| 11 |
RUN chmod -R 777 ./*
|
| 12 |
|