Explorar el Código

Remove argument for roscon demo branch

Signed-off-by: Steve Pham <[email protected]>
Steve Pham hace 2 años
padre
commit
b32180ff5e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 -t roscon_demo -f Dockerfile .
+docker build --build-arg O3DE_BRANCH=199205f --build-arg O3DE_EXTRAS_BRANCH=cbd3cd5 -t roscon_demo -f Dockerfile .
 ```
 
 This will create a `roscon_demo` docker image which will used when running the container.