Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ cmd_init() {
if feature_selected teiserver; then
info "Building Docker images..."
$COMPOSE build teiserver
$COMPOSE --profile spads pull spads
$COMPOSE --profile spads build spads
ok "Images built successfully."
recap "Docker images" ok "built"
else
Expand Down Expand Up @@ -1570,7 +1570,7 @@ cmd_setup() {

info "Building Docker images..."
$COMPOSE build teiserver
$COMPOSE --profile spads pull spads
$COMPOSE --profile spads build spads
ok "Images built successfully."

echo ""
Expand Down