Skip to content

Commit

Permalink
fix matcher on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Aug 16, 2017
1 parent 32d4fd6 commit f3c56c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ else
trigger = "matcher",
description = "Build and run the matchmaker web service inside a docker container",
execute = function ()
os.execute "cd docker\\matcher && docker build -t networkprotocol:yojimbo-matcher . && docker run -ti -p 8080:8080 networkprotocol:yojimbo-matcher"
os.execute "cd matcher && docker build -t networkprotocol:yojimbo-matcher . && docker run -ti -p 8080:8080 networkprotocol:yojimbo-matcher"
end
}

Expand Down

0 comments on commit f3c56c0

Please sign in to comment.