mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
add command to ecs task def
This commit is contained in:
parent
3b304e331f
commit
f4431f5d79
@ -32,7 +32,8 @@
|
||||
"name": "server",
|
||||
"image": "offen/offen:stable",
|
||||
"essential": true,
|
||||
"memory": 256
|
||||
"memory": 256,
|
||||
"command": ["serve"]
|
||||
},
|
||||
{
|
||||
"name": "logspout",
|
||||
|
@ -25,7 +25,8 @@
|
||||
"name": "server",
|
||||
"image": "offen/offen:latest",
|
||||
"essential": true,
|
||||
"memory": 256
|
||||
"memory": 256,
|
||||
"command": ["serve"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user