solitudeLin commited on
Commit
1293447
·
verified ·
1 Parent(s): 968af2e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -45,7 +45,7 @@ RUN echo '#!/bin/sh \
45
  EXPOSE 7860
46
 
47
  # 设置数据卷(Spaces 会自动挂载)
48
- VOLUME /data
49
 
50
  # 启动命令
51
  CMD ["/start.sh"]
 
45
  EXPOSE 7860
46
 
47
  # 设置数据卷(Spaces 会自动挂载)
48
+ # VOLUME /data
49
 
50
  # 启动命令
51
  CMD ["/start.sh"]