moved dockerfiles out of their directories
This commit is contained in:
parent
b5462191a3
commit
6fe8894971
3 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ Available on [Quay](https://quay.io) as:
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
- To build the `glibc`-based image: `$ docker build -t nginx:glibc -f glibc/Dockerfile .`
|
- To build the `glibc`-based image: `$ docker build -t nginx:glibc -f Dockerfile.glibc .`
|
||||||
- To build the `musl`-based image: `$ docker build -t nginx:musl -f musl/Dockerfile .`
|
- To build the `musl`-based image: `$ docker build -t nginx:musl -f Dockerfile.musl .`
|
||||||
|
|
||||||
|
|
||||||
## Filesystem
|
## Filesystem
|
||||||
|
|
Loading…
Add table
Reference in a new issue