We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9aa97 commit 5efe4c4Copy full SHA for 5efe4c4
README.md
@@ -325,8 +325,8 @@ will stop the build.
325
Run the tests with the following commands for both `alpine` and `ubuntu` images:
326
327
```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 .
+docker build -t docker-image-resource -f dockerfiles/alpine/Dockerfile .
+docker build -t docker-image-resource -f dockerfiles/ubuntu/Dockerfile --build-arg base_image=ubuntu:latest .
330
```
331
332
To use the newly built image, push it to a docker registry that's accessible to
0 commit comments