Pamela Dragosh | accf645 | 2017-02-17 08:09:31 -0500 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
Pamela Dragosh | ca4c0e0 | 2017-02-21 08:57:39 -0500 | [diff] [blame] | 3 | echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' |
Pamela Dragosh | accf645 | 2017-02-17 08:09:31 -0500 | [diff] [blame] | 4 | |
Pamela Dragosh | ca4c0e0 | 2017-02-21 08:57:39 -0500 | [diff] [blame] | 5 | CURRENTDIR="$(pwd)" |
6 | echo $CURRENTDIR | ||||
Pamela Dragosh | 743078b | 2017-02-19 20:52:22 -0500 | [diff] [blame] | 7 | |
Pamela Dragosh | 6e1ee1e | 2017-02-21 09:39:13 -0500 | [diff] [blame] | 8 | chmod 755 *.* |
9 | |||||
Andrew Grimberg | b7ffc30 | 2017-05-03 16:13:38 -0400 | [diff] [blame] | 10 | ./docker_build.sh |