1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

Update dockerfile and server

This commit is contained in:
Michael Crosby 2013-09-02 18:55:00 -07:00
parent 3ac9776585
commit 007492b77d
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ var (
endpoint = flag.String("e", "", "Dockerd endpoint")
verbose = flag.Bool("v", false, "Verbose logging")
port = flag.String("p", "9000", "Port to serve dockerui")
assets = flag.String("a", "/app", "Path to the assets")
assets = flag.String("a", ".", "Path to the assets")
)
type multiHandler struct {