Yvan-W commited on
Commit
d7f6bd1
·
verified ·
1 Parent(s): b7f17eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /RUN/config GT-Manual/config/
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