https://github.com/morazow/docker-nginx
🐋 Nginx proxy server that runs inside the Google Distroless Debian image
https://github.com/morazow/docker-nginx
docker nginx
Last synced: 2 months ago
JSON representation
🐋 Nginx proxy server that runs inside the Google Distroless Debian image
- Host: GitHub
- URL: https://github.com/morazow/docker-nginx
- Owner: morazow
- License: mit
- Created: 2021-02-21T11:50:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T23:09:07.000Z (over 2 years ago)
- Last Synced: 2025-06-11T14:28:35.303Z (about 1 year ago)
- Topics: docker, nginx
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/morazow/nginx
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nginx
[](https://hub.docker.com/r/morazow/nginx)
[](https://hub.docker.com/r/morazow/nginx)
[](https://hub.docker.com/r/morazow/nginx)
[Nginx](https://nginx.org/) proxy server that runs inside the [Google Distroless](https://github.com/GoogleContainerTools/distroless) static Debian 11 (Buster) image.
## Building
To build the image, run the following command:
```sh
docker build -f Dockerfile -t morazow/nginx:1.24.0 .
```
## License
[MIT License](LICENSE)