Skip to content

Commit

Permalink
Merge pull request #465 from PasanT9/patch-2
Browse files Browse the repository at this point in the history
Add build path to Docker Ubuntu image build instructions
  • Loading branch information
RakhithaRR committed Apr 20, 2022
2 parents f9ece61 + 7e793d3 commit 4e0d49d
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 4e0d49d

Please sign in to comment.