Update Dockerfile
Browse files- 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 |
|