Docker container to host your single page application
10K+
This is a really simple docker image to run your spa via docker without any configuration.
Mount or build your files under /app, the container is running under 1002:1002 as unprivileged container on port 8080.
docker run --name=my-spa -v $PWD:/app -p 8000:8000 timoreymann/nginx-spa
I love your input! I want to make contributing to this project as easy and transparent as possible, whether it's:
To get started please read the Contribution Guidelines.
Content type
Image
Digest
sha256:4691998d7…
Size
6.7 MB
Last updated
2 months ago
docker pull timoreymann/nginx-spa