nbugs commited on
Commit
4f53a92
·
verified ·
1 Parent(s): 61b138e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -5,8 +5,8 @@ RUN pip3 install --no-cache-dir huggingface_hub
5
 
6
  COPY sync_data.sh sync_data.sh
7
  # 复制自定义CSS和JS文件
8
- COPY custom.css /app/build/assets/
9
- COPY custom.js /app/build/assets/
10
  COPY editor.css /app/build/assets/
11
  COPY editor.js /app/build/assets/
12
 
 
5
 
6
  COPY sync_data.sh sync_data.sh
7
  # 复制自定义CSS和JS文件
8
+ #COPY custom.css /app/build/assets/
9
+ #COPY custom.js /app/build/assets/
10
  COPY editor.css /app/build/assets/
11
  COPY editor.js /app/build/assets/
12