Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 231 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 231 Bytes

Bookstore - Home/Landing Page

Static website

In dev

docker-compose build
docker-compose up

Verify the service is up and running.

open http://localhost:8081

Build & Push

make build
make push