Skip to content

Commit a7ed969

Browse files
author
David Kröll
authored
repository moved
1 parent 6785e8e commit a7ed969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN sed -ri 's/^display_errors\s*=\s*Off/display_errors = On/g' /etc/php/7.0/apa
2929
RUN sed -ri 's/^display_errors\s*=\s*Off/display_errors = On/g' /etc/php/7.0/cli/php.ini
3030

3131
# Install ProcessWire
32-
RUN git clone git://github.com/ryancramerdesign/ProcessWire.git -b master /var/www/pw
32+
RUN git clone git://github.com/processwire/processwire.git -b master /var/www/pw
3333
RUN chown -R www-data:www-data /var/www/pw
3434

3535
# Expose
@@ -45,4 +45,4 @@ RUN apt-get clean && \
4545
# Init
4646
ADD scripts/init.sh /init.sh
4747
RUN chmod +x /init.sh
48-
CMD ["/init.sh"]
48+
CMD ["/init.sh"]

0 commit comments

Comments
 (0)