Skip to content

HoverBaum/super-simple-dockerized-spa

Repository files navigation

A simple, dockerized SPA

live demo

This repository illustrates how to dockerize an SPA.

It accompanies the blogpost Dockerizing SPAs.

To see it in action locally:

docker build -f Dockerfile -t docker-spa .
docker run -p 8888:80 docker-spa
docker rmi -f docker-spa

An open localhost

About

Illustrating how to wrap a single page application in docker.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published