From d8b7d0cba56dba443383ca297f34694fb589ee02 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sun, 26 Jun 2022 19:33:56 +0300 Subject: [PATCH] Update Docker instructions --- docker/development/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker/development/README.md b/docker/development/README.md index ebbebf94..9a875434 100644 --- a/docker/development/README.md +++ b/docker/development/README.md @@ -1,8 +1,9 @@ # Running the development environment 1. Install Docker -2. Fill the values in .env -3. Run `./docker-compose-dev.sh up` to start the development environment -4. Connect to the development environment with your editor's remote SSH feature (see below) +2. Make a copy of `.env.example` called `.env` +3. Fill in the missing values in `.env` +4. Run `./docker-compose-dev.sh up` to start the development environment +5. Connect to the development environment with your editor's remote SSH feature (see below) ## Connecting with VSCode 1. Install the `Remote - SSH` plugin