We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e04377 + 3517aec commit acdab6fCopy full SHA for acdab6f
Dockerfile
@@ -42,7 +42,7 @@ RUN /usr/bin/easy_install supervisor-stdout
42
ADD ./supervisord.conf /etc/supervisord.conf
43
44
# Install Wordpress
45
-ADD http://wordpress.org/latest.tar.gz /usr/share/nginx/latest.tar.gz
+ADD https://wordpress.org/latest.tar.gz /usr/share/nginx/latest.tar.gz
46
RUN cd /usr/share/nginx/ && tar xvf latest.tar.gz && rm latest.tar.gz
47
RUN mv /usr/share/nginx/html/5* /usr/share/nginx/wordpress
48
RUN rm -rf /usr/share/nginx/www
0 commit comments