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