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 6785e8e + a7ed969 commit 971f1c2Copy full SHA for 971f1c2
Dockerfile
@@ -29,7 +29,7 @@ RUN sed -ri 's/^display_errors\s*=\s*Off/display_errors = On/g' /etc/php/7.0/apa
29
RUN sed -ri 's/^display_errors\s*=\s*Off/display_errors = On/g' /etc/php/7.0/cli/php.ini
30
31
# Install ProcessWire
32
-RUN git clone git://github.com/ryancramerdesign/ProcessWire.git -b master /var/www/pw
+RUN git clone git://github.com/processwire/processwire.git -b master /var/www/pw
33
RUN chown -R www-data:www-data /var/www/pw
34
35
# Expose
@@ -45,4 +45,4 @@ RUN apt-get clean && \
45
# Init
46
ADD scripts/init.sh /init.sh
47
RUN chmod +x /init.sh
48
-CMD ["/init.sh"]
+CMD ["/init.sh"]
0 commit comments