Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 250 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 250 Bytes

Heroku buildpack: Static

This is a very simple static buildpack for Heroku using Python's builtin SimpleHTTPServer module.

It simply generates a Procfile containing the following :

web: python -m SimpleHTTPServer $PORT