From 9e559b7556ae061dfb7c794cdb18c4517c46fb2f Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Fri, 18 Jun 2021 16:17:56 +0200 Subject: [PATCH] Fix typos in the docs (#158) --- docs/existing-project.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/existing-project.md b/docs/existing-project.md index 9be0d0e..eae231f 100644 --- a/docs/existing-project.md +++ b/docs/existing-project.md @@ -1,8 +1,8 @@ # Installing on an Existing Project -It's also to use Symfony Docker with existing projects! +It's also possible to use Symfony Docker with existing projects! -First, [download this skeleton](https://github.com/dunglas/symfony-docker). If you clone the Git repository, be sure to remove the `.git` repository to prevent conflicts with the `.git` directory already in your existing project. +First, [download this skeleton](https://github.com/dunglas/symfony-docker). If you clone the Git repository, be sure to remove the `.git` directory to prevent conflicts with the `.git` directory already in your existing project. Then, copy the Docker-related files from the skeleton to your existing project: @@ -12,7 +12,7 @@ Enable the Docker support of Symfony Flex: composer config --json extra.symfony.docker 'true' -Re-execute the recipes to update the Docker-relatd files according to the packags you use +Re-execute the recipes to update the Docker-related files according to the packages you use rm symfony.lock composer symfony:sync-recipes --force --verbose @@ -26,7 +26,7 @@ Build the Docker images: docker-compose build --no-cache --pull -Start the projects! +Start the project! docker-compose up -d