Skip to content

Commit

Permalink
post-update script to let users know they may need to rebuild images
Browse files Browse the repository at this point in the history
  • Loading branch information
fideloper committed Oct 20, 2017
1 parent d8b9026 commit d0cb1f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
"psr-4": {
"Vessel\\": "src/"
}
},
},
"require": {},
"extra": {
"laravel": {
"providers": [
"Vessel\\VesselServiceProvider"
]
}
},
"scripts": {
"post-update-cmd": "echo 'VESSEL: Updates may require rebuilding your images.\nSee https://github.com/shipping-docker/vessel/releases for details.'"
}
}

0 comments on commit d0cb1f6

Please sign in to comment.