kevin tessier hace 4 años
padre
commit
4bbbbf31d0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -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.