Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 159 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 159 Bytes

Gatsby + Nginx + Docker

-Build the Docker image: docker build . -t my-gatsby-site

-Run it: docker run -p 80:80 my-gatsby-site

-View it at localhost