modif readme

This commit is contained in:
2019-10-11 15:15:51 +02:00
parent 8a63e8ad4d
commit 4bbbbf31d0
+2 -2
View File
@@ -8,8 +8,8 @@ if user docker, put this script into Docker/php folder.
Add in Dockerfile :
`COPY ./install-grav.sh /var/www/install-grav.sh
RUN chmod ugo+x /var/www/install-grav.sh`
`COPY ./install-grav.sh /var/www/install-grav.sh`
`RUN chmod ugo+x /var/www/install-grav.sh`
And build/run your docker, connect to your php docker and run this script.