Skip to content

Commit

Permalink
docker-compose.local.yml -> docker-compose.dev.yml
Browse files Browse the repository at this point in the history
Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc committed May 29, 2020
1 parent 50f17c3 commit 4904d60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions docker/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Usage: $ ./up.sh [--local]
# Usage: $ ./up.sh [--build]

set -e

Expand All @@ -23,8 +23,8 @@ cd "${project_root}"
compose_files="-f docker-compose.yml"
args="-V --force-recreate"

if [ "${1}" = "--local" ]; then
compose_files+=" -f docker-compose.local.yml"
if [ "${1}" = "--build" ]; then
compose_files+=" -f docker-compose.dev.yml"
args+=" --build"
fi

Expand Down

0 comments on commit 4904d60

Please sign in to comment.