Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request involves significant changes to the repository, primarily focusing on removing Docker-related files and configurations and updating the development setup instructions. The most important changes include the removal of Docker-related files, updates to the
README.md
to include Lando as an alternative for local development, and modifications to thebud.config.js
file for proxy URL updates.Removal of Docker-related files and configurations:
container/.env
: Removed environment variables for database and WordPress setup.container/Dockerfile
: Removed the Dockerfile that set up the PHP environment for the project.container/docker-compose.yml
: Removed the entire Docker Compose configuration for PHP, Nginx, MariaDB, and Node services.container/node/Dockerfile
: Removed the Dockerfile for setting up the Node environment.container/nginx/config/app.conf
: Removed the Nginx configuration file.container/.gitignore
: Removed ignored directories related to Docker.Updates to development setup instructions:
README.md
: Added instructions for using Lando for local development, including commands for theme development and links to relevant documentation.Proxy URL updates:
site/web/app/themes/nynaeve/bud.config.js
: Updated the proxy URL fromhttp://imagewize.test
tohttps://imagewize.lndo.site
.Addition of Lando configuration:
site/.lando.yml
: Added Lando configuration file for setting up the WordPress environment with PHP 8.2.