Skip to content

Commit

Permalink
Add step to build custom wordpress image
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Jun 5, 2024
1 parent cc81bdd commit 14bfb80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/local-env/launch-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ fi
echo -e $(status_message "Stopping Docker containers...")
dc down --remove-orphans >/dev/null 2>&1

# Build the Docker containers.
echo -e $(status_message "Building Docker containers...")
dc build wordpress >/dev/null

# Download image updates.
echo -e $(status_message "Downloading Docker image updates...")
dc pull
Expand Down

0 comments on commit 14bfb80

Please sign in to comment.