An open API service indexing awesome lists of open source software.

https://github.com/chancehudson/simple-nginx

A simple nginx base image for delivering websites
https://github.com/chancehudson/simple-nginx

Last synced: 6 months ago
JSON representation

A simple nginx base image for delivering websites

Awesome Lists containing this project

README

          

# simple-nginx

[![CircleCI](https://img.shields.io/circleci/project/github/JChanceHud/simple-nginx.svg)](https://circleci.com/gh/JChanceHud/simple-nginx)

A docker image with nginx installed and a simple web server running with content from the `/www` directory.

## Tags
- [jchancehud/simple-nginx:latest](https://hub.docker.com/r/jchancehud/simple-nginx/tags/) - Points to alpine
- [jchancehud/simple-nginx:alpine](https://hub.docker.com/r/jchancehud/simple-nginx/tags/) - nginx on alpine - 3 MB
- [jchancehud/simple-nginx:ubuntu](https://hub.docker.com/r/jchancehud/simple-nginx/tags/) - ngnix on ubuntu - TODO

## Use cases

Works well with single page apps. Simply build and then copy into the working directory of the image.