Skip to content

Commit

Permalink
minimal Procfile for a web instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Feb 12, 2018
1 parent abbc3a3 commit 8a88a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: while true; do echo -e "HTTP/1.1 200 OK\r\n\r\nautopull" | nc -l $PORT; done

0 comments on commit 8a88a69

Please sign in to comment.