Skip to content

Commit

Permalink
Merge pull request #20 from ncraike/master
Browse files Browse the repository at this point in the history
Fixes bug in starting web container.
  • Loading branch information
girvo authored Oct 15, 2016
2 parents bf42237 + f32a702 commit 1d453e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/container.nim
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ proc startWebCmd*(conf: ProjectConfig, hasDb: bool = true): string {.raises: [],
"-d", "-h", quoteShellPosix(hostname),
"--name", quoteShellPosix(conf.web),
port,
$conf.envVars,
argsToStr(conf.envVars),
folder,
link,
"-e TERM=xterm-256color",
Expand Down

0 comments on commit 1d453e9

Please sign in to comment.