1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 21:05:23 +02:00

Merge pull request #14 from zimbatm/dokku-compat

Makes dockerui compatible with dokku
This commit is contained in:
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 @@
..