docker-demo-2

This commit is contained in:
Edward Viaene
2016-10-26 10:56:37 +00:00
parent 8b0dc55125
commit 38c05fd0c7
6 changed files with 123 additions and 6 deletions
+18
View File
@@ -0,0 +1,18 @@
[
{
"essential": true,
"memory": 256,
"name": "myapp",
"cpu": 256,
"image": "${REPOSITORY_URL}:1",
"workingDirectory": "/app",
"command": ["npm", "start"],
"portMappings": [
{
"containerPort": 3000,
"hostPort": 3000
}
]
}
]