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

Update Dockerfile

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