1
0
mirror of https://github.com/kochetkov-ma/allure-server.git synced 2024-11-21 16:46:43 +02:00
allure-server/Dockerrun.aws.json
Maxim Kochetkov bfd4fb2df9 aws support
2020-05-08 12:41:13 +03:00

13 lines
194 B
JSON

{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "kochetkovma/allure-server",
"Update": "true"
},
"Ports": [
{
"ContainerPort": 8080,
"HostPort": 80
}
]
}