Spaces:
zym1
/
Running

zym1 commited on
Commit
cf05b1c
·
verified ·
1 Parent(s): cb558d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -52,7 +52,7 @@ RUN sed -i 's/# Start the server/.\/launch.sh/g' docker-entrypoint.sh
52
 
53
  # 创建配置目录
54
  RUN mkdir -p "config" || true && \
55
- rm -f "config.yaml" || true && \
56
  ln -s "./config/config.yaml" "config.yaml" || true
57
 
58
 
 
52
 
53
  # 创建配置目录
54
  RUN mkdir -p "config" || true && \
55
+
56
  ln -s "./config/config.yaml" "config.yaml" || true
57
 
58