Skip to content

Commit

Permalink
Add build path to Docker image build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
PasanT9 committed Apr 20, 2022
1 parent a4655d2 commit 7e793d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/apim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ git clone https://github.com/wso2/docker-apim.git
- Navigate to `<AM_DOCKERFILE_HOME>` directory. <br>
Execute `docker build` command as shown below.
```
docker build -t wso2am:4.1.0
docker build -t wso2am:4.1.0 .
```

> By default, the Docker image will prepackage the General Availability (GA) release version of the relevant WSO2 product.
Expand Down

0 comments on commit 7e793d3

Please sign in to comment.