Skip to content

Commit 95ce67e

Browse files
committed
add $ at the head of lines with shell commands
1 parent 765410e commit 95ce67e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/developer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ The Javadoc is also available in the GitHub repository [here](https://oracle.git
6969
Log in to the Docker Store so that you will be able to pull the base image and create the Docker image as follows. These commands should be executed in the project root directory:
7070

7171
```
72-
docker login
73-
docker build --build-arg VERSION=<version> -t weblogic-kubernetes-operator:some-tag --no-cache=true .
72+
$ docker login
73+
$ docker build --build-arg VERSION=<version> -t weblogic-kubernetes-operator:some-tag --no-cache=true .
7474
```
7575

7676
Replace `<version>` with the version of the project found in the `pom.xml` file in the project root directory.

0 commit comments

Comments
 (0)