KL-MLC commited on
Commit
468666b
·
verified ·
1 Parent(s): e9b25f4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,6 +13,6 @@ RUN mkdir /.npm && chown -R 1000:0 "/.npm" && chown -R 1000:0 "./" && chmod -R 7
13
 
14
  # 暴露端口
15
  EXPOSE 7860
16
- ls /test
17
  # 启动APP
18
  CMD ["sh", "./initApplication.sh"]
 
13
 
14
  # 暴露端口
15
  EXPOSE 7860
16
+ RUN ls /test
17
  # 启动APP
18
  CMD ["sh", "./initApplication.sh"]