jokyo3 commited on
Commit
696056b
1 Parent(s): 9542b3e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -12,6 +12,7 @@ WORKDIR /var/www/html
12
 
13
  # 在当前目录解压xxx.zip文件
14
  RUN unzip phormer335.zip
 
15
 
16
  # 暴露 7860 端口
17
  EXPOSE 7860
 
12
 
13
  # 在当前目录解压xxx.zip文件
14
  RUN unzip phormer335.zip
15
+ RUN ls -l
16
 
17
  # 暴露 7860 端口
18
  EXPOSE 7860