Update Dockerfile
Browse files- 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
|