moved dockerfiles out of their directories

This commit is contained in:
Ricard Bejarano 2019-06-21 17:55:49 +02:00
parent b5462191a3
commit 6fe8894971
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19
3 changed files with 2 additions and 2 deletions

View file

@ -38,8 +38,8 @@ Available on [Quay](https://quay.io) as:
## Building
- To build the `glibc`-based image: `$ docker build -t nginx:glibc -f glibc/Dockerfile .`
- To build the `musl`-based image: `$ docker build -t nginx:musl -f musl/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 Dockerfile.musl .`
## Filesystem