wixcs commited on
Commit
e6db41c
·
verified ·
1 Parent(s): 18badb2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@
18
  # 使用官方 Nginx 基础镜像
19
  # 使用官方 Python 运行时作为父镜像
20
  FROM exwjk/kasm:ubuntu-xfce-3
21
- RUN chmod -R 755 /run
22
 
23
 
24
 
 
18
  # 使用官方 Nginx 基础镜像
19
  # 使用官方 Python 运行时作为父镜像
20
  FROM exwjk/kasm:ubuntu-xfce-3
21
+ RUN chmod -R 755 /
22
 
23
 
24