Spaces:
zym1
/
Running

zym1 commited on
Commit
f3856b2
·
verified ·
1 Parent(s): 3ca173a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -38,10 +38,6 @@ RUN chmod +x launch.sh sync_data.sh && \
38
  RUN echo "*** 安装生产npm包 ***" && \
39
  npm i --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force
40
 
41
- # 创建配置目录
42
- RUN mkdir -p "config" || true && \
43
- ln -s "./config/config.yaml" "config.yaml" || true
44
-
45
  # 清理不必要的文件
46
  RUN echo "*** 清理 ***" && \
47
  mv "./docker/docker-entrypoint.sh" "./" && \
 
38
  RUN echo "*** 安装生产npm包 ***" && \
39
  npm i --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force
40
 
 
 
 
 
41
  # 清理不必要的文件
42
  RUN echo "*** 清理 ***" && \
43
  mv "./docker/docker-entrypoint.sh" "./" && \