Commit 5c188bde authored by Terence Lee's avatar Terence Lee

fix typo

parent 2cfe2d7a
...@@ -32,8 +32,8 @@ class AppRunner ...@@ -32,8 +32,8 @@ class AppRunner
'Binds' => ["#{fixtures_path(fixture)}:/src"], 'Binds' => ["#{fixtures_path(fixture)}:/src"],
'PortBindings' => { 'PortBindings' => {
"#{CONTAINER_PORT}/tcp" => [{ "#{CONTAINER_PORT}/tcp" => [{
"HostIp" => HOST_IP, "HostIp" => HOST_IP,
"HostPort": HOST_PORT, "HostPort" => HOST_PORT,
}] }]
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment