Skip to content

Commit 5efe4c4

Browse files
ericb-summitsummit-srheaume
authored andcommitted
fix typo in README.md
Signed-off-by: Stephane Rheaume <[email protected]>
1 parent 7c9aa97 commit 5efe4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ will stop the build.
325325
Run the tests with the following commands for both `alpine` and `ubuntu` images:
326326

327327
```sh
328-
docker build -t docker-image-resource -f dockerfiles/alpine/Dockerfile --build-arg base_image=ubuntu:latest .
329-
docker build -t docker-image-resource -f dockerfiles/ubuntu/Dockerfile .
328+
docker build -t docker-image-resource -f dockerfiles/alpine/Dockerfile .
329+
docker build -t docker-image-resource -f dockerfiles/ubuntu/Dockerfile --build-arg base_image=ubuntu:latest .
330330
```
331331

332332
To use the newly built image, push it to a docker registry that's accessible to

0 commit comments

Comments
 (0)