@@ -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
@@ -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,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"