Created
October 8, 2015 15:30
-
-
Save deedubs/a094081424f12fca6dc8 to your computer and use it in GitHub Desktop.
Revisions
-
deedubs created this gist
Oct 8, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ "ports": [ 30004 ], "cmd": "npm run entry", "container": { "docker": { "network": "BRIDGE", "image": "quay.io/...", "portMappings": [ { "containerPort": 8080, "hostPort": 30004 } ] }, "type": "DOCKER" },