File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- rails-app-base/build
4- redis-commander/build
3+ SCRIPT_DIR=" $( cd " $( dirname " $0 " ) " && pwd ) "
4+ " ${SCRIPT_DIR} /rails-app-base/build"
5+ " ${SCRIPT_DIR} /redis-commander/build"
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- docker build --tag=" marclennox/rails-app-base" --rm=true " $( cd " $( dirname " $0 " ) " && pwd ) "
3+ SCRIPT_DIR=" $( cd " $( dirname " $0 " ) " && pwd ) "
4+ cd " ${SCRIPT_DIR} " && docker build --tag=" marclennox/rails-app-base" --rm=true .
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- docker build --tag=" marclennox/redis-commander" --rm=true " $( cd " $( dirname " $0 " ) " && pwd ) "
3+ SCRIPT_DIR=" $( cd " $( dirname " $0 " ) " && pwd ) "
4+ cd " ${SCRIPT_DIR} " && docker build --tag=" marclennox/redis-commander" --rm=true .
You can’t perform that action at this time.
0 commit comments