jokyo3 commited on
Commit
d8f16ca
·
verified ·
1 Parent(s): f50d7e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ WORKDIR /var/www/html
26
  # 在当前目录解压xxx.zip文件
27
  RUN unzip phpweb.zip
28
  RUN ls -l
29
- RUN chmod 777 albums
30
 
31
  # 使用echo命令来创建.htpasswd文件
32
  #RUN echo admin:$(openssl passwd -aprl $APACHE_PASSWORD) > /etc/apache2/.htpasswd
 
26
  # 在当前目录解压xxx.zip文件
27
  RUN unzip phpweb.zip
28
  RUN ls -l
29
+ RUN chmod 777 albums albums/*
30
 
31
  # 使用echo命令来创建.htpasswd文件
32
  #RUN echo admin:$(openssl passwd -aprl $APACHE_PASSWORD) > /etc/apache2/.htpasswd