Browse Source

Run docker build from the repo subdirectory to avoid large context tranfers

Signed-off-by: Jose Luis Rivero <[email protected]>
Jose Luis Rivero 2 years ago
parent
commit
3f50608221
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docker/README.md

+ 2 - 1
docker/README.md

@@ -15,7 +15,8 @@ the demo in this repository.
 To build the Dockerfile the only required step is to clone first the ROSConDemo:
 ```
 git clone [email protected]:aws-lumberyard/ROSConDemo.git
-docker build -t roscon_demo -f ROSConDemo/docker/Dockerfile .
+cd ROSConDemo/docker
+docker build -t roscon_demo -f Dockerfile .
 ```
 
 Note: the build process is going to download all the necessary assets for running