update 263 B

12345678
  1. #!/bin/bash
  2. mkdir -p tmpupdate && cd $_
  3. curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
  4. rm -rf .git
  5. rsync -av ./ ../
  6. cd ..
  7. rm -rf tmpupdate
  8. echo "docker-magento has been updated, run bin/restart to apply the updates"