Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 359 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 359 Bytes

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