Sign inSign up

timoreymann/nginx-spa

By timoreymann

Updated 2 months ago

Docker container to host your single page application

Image
0

10K+

timoreymann/nginx-spa repository overview

nginx-spa

GitHub Release DockerHub Renovate Detect new releases and build docker image on new version


This is a really simple docker image to run your spa via docker without any configuration.

Features

  • Secure by default
  • Caching optimized
  • Optimized, single layered base image

Requirements

Usage

Mount or build your files under /app, the container is running under 1002:1002 as unprivileged container on port 8080.

Example docker run command
docker run --name=my-spa -v $PWD:/app -p 8000:8000 timoreymann/nginx-spa

Contributing

I love your input! I want to make contributing to this project as easy and transparent as possible, whether it's:

  • Reporting a bug
  • Discussing the current state of the configuration
  • Submitting a fix
  • Proposing new features
  • Becoming a maintainer

To get started please read the Contribution Guidelines.

Development

Requirements

Tag summary

Content type

Image

Digest

sha256:4691998d7

Size

6.7 MB

Last updated

2 months ago

docker pull timoreymann/nginx-spa