소스 검색

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

Signed-off-by: Jose Luis Rivero <[email protected]>
Jose Luis Rivero 2 년 전
부모
커밋
3f50608221
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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:
 To build the Dockerfile the only required step is to clone first the ROSConDemo:
 ```
 ```
 git clone [email protected]:aws-lumberyard/ROSConDemo.git
 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
 Note: the build process is going to download all the necessary assets for running