Skip to content

FriendCode/heroku-buildpack-static

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%