Răsfoiți Sursa

Call bin/fixowns after calling bin/copytocontainer

Mark Shust 6 ani în urmă
părinte
comite
8413634819

+ 5 - 0
CHANGELOG.md

@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 - N/A
 
+## [21.1.1] - 2018-12-27
+
+### Fixed
+- Helper script `bin/copytocontainer` now calls `bin/fixowns` afterwards to ensure correct file ownerships are set.
+
 ## [21.1.0] - 2018-12-26
 
 ### Added

+ 2 - 0
compose/magento-2/bin/copytocontainer

@@ -8,3 +8,5 @@ else
   docker cp src/$1 $(docker-compose ps|grep phpfpm|awk '{print $1}'):/var/www/html/
   echo "Completed copying $1 from host to container"
 fi
+
+bin/fixowns

+ 1 - 1
compose/magento-2/docker-compose.dev.yml

@@ -1,5 +1,5 @@
 # Mark Shust's Docker Configuration for Magento (https://github.com/markoshust/docker-magento)
-# Version 21.1.0
+# Version 21.1.1
 
 version: "3"
 

+ 1 - 1
compose/magento-2/docker-compose.yml

@@ -1,5 +1,5 @@
 # Mark Shust's Docker Configuration for Magento (https://github.com/markoshust/docker-magento)
-# Version 21.1.0
+# Version 21.1.1
 
 version: "3"