Skip to content

Commit

Permalink
Use docker-compose.web.yml as base compose file (#2360)
Browse files Browse the repository at this point in the history
Signed-off-by: wslulciuc <willy@datakin.com>

Signed-off-by: wslulciuc <willy@datakin.com>
  • Loading branch information
wslulciuc authored Jan 14, 2023
1 parent 5cae3ff commit 5424cfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ fi

# Enable web UI
if [[ "${NO_WEB}" = "false" ]]; then
# Enable building web UI from source; otherwise use 'latest' build
[[ "${BUILD}" = "true" ]] && compose_files+=" -f docker-compose.web-dev.yml" \
|| compose_files+=" -f docker-compose.web.yml"
compose_files+=" -f docker-compose.web.yml"
# Enable building web UI from source
[[ "${BUILD}" = "true" ]] && compose_files+=" -f docker-compose.web-dev.yml"
fi

# Create docker volumes for Marquez
Expand Down

0 comments on commit 5424cfd

Please sign in to comment.