mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
docker extend build bash script working
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
function display_footer() {
|
||||
echo "======================================"
|
||||
echo "All Done"
|
||||
echo "Created Project: $HLPR_PROJECTNAME in $HLPR_PROJECTDIR"
|
||||
echo "With the following containers:"
|
||||
echo $HLPR_CONTAINERS
|
||||
}
|
||||
Reference in New Issue
Block a user