From 8ca5879211e5247df2a161c6d502d86ecbdb98ba Mon Sep 17 00:00:00 2001 From: africlouds Date: Wed, 10 Jun 2020 09:30:57 +0200 Subject: [PATCH] Updated build images commands Before starting the images, build the frappe images --- development/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/development/README.md b/development/README.md index 778ee82b..24bac719 100644 --- a/development/README.md +++ b/development/README.md @@ -243,10 +243,15 @@ EXIT; ## Manually start containers In case you don't use VSCode, you may start the containers manually with the following command: + +### Building the containers ```shell cd .devcontainer docker-compose build +cd .. ``` + +### Running the containers ```shell docker-compose -f .devcontainer/docker-compose.yml up -d ```