Basic Drupal 9 website with docker for GCC
You will need to have Docker installed on your system. The download page is https://docs.docker.com/get-docker/. You can read about Docker at https://docs.docker.com/get-started/
First you need to install Composer.
Copy the sample environment file:
cp env.sample .env
Start the docker envrionment
docker-compose up