Browse Source

Remove argument for roscon demo branch

Signed-off-by: Steve Pham <[email protected]>
Steve Pham 2 years ago
parent
commit
27cdf71d0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/README.md

+ 1 - 1
docker/README.md

@@ -18,7 +18,7 @@ The dockerfile supports defining which version of Ubuntu+ROS to base the docker
 To build the docker image for the ROSConDemo environment, run the following command:
 
 ```
-docker build --build-arg O3DE_BRANCH=199205f --build-arg O3DE_EXTRAS_BRANCH=cbd3cd5 --build-arg ROSCON_DEMO_BRANCH=development -t roscon_demo -f Dockerfile .
+docker build --build-arg O3DE_BRANCH=199205f --build-arg O3DE_EXTRAS_BRANCH=cbd3cd5 --build-arg -t roscon_demo -f Dockerfile .
 ```
 
 This will create a `roscon_demo` docker image which will used when running the container.