Merge pull request #14 from zimbatm/dokku-compat

Makes dockerui compatible with dokku
pull/2/head
Michael Crosby 2013-12-13 10:04:03 -08:00
commit 5094acc024
3 changed files with 3 additions and 0 deletions

1
.godir Normal file
View File

@ -0,0 +1 @@
dockerui

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: dockerui -p ":$PORT" -e "$DOCKER_ENDPOINT"

1
src/dockerui Symbolic link
View File

@ -0,0 +1 @@
..