Skip to content

MarkDoggen/docker-minimalcss-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile to run https://github.com/peterbe/minimalcss-server

You can run it with the following command:

docker run -p 5000:5000 markdoggen/minimalcss-server

and then automatically extract the minimal css using something like this:

curl -X POST  -H 'Content-Type: application/json' \
-d '{"url": "https://news.ycombinator.com"}' \
http://localhost:5000/minimize

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors