joshbuchea / HEAD

A simple guide to HTML <head> elements
https://htmlhead.dev
30k stars 1.92k forks source link

Add Dockerfile #258

Closed yardenshoham closed 2 years ago

yardenshoham commented 4 years ago

Added a Dockerfile so HEAD could be deployed as a container!

To build, run:

docker build -t head .

To start serving the website:

docker run -d -p 8080:80 head.

Now you can go to http://localhost:8080/ and browse HEAD!