mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 13:44:53 +08:00
[cloud] fix(docker): Define port used by docker
This commit is contained in:
parent
0c5dd6ded7
commit
651ba4af4b
1 changed files with 10 additions and 0 deletions
10
Dockerrun.aws.json
Normal file
10
Dockerrun.aws.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"AWSEBDockerrunVersion": "1",
|
||||
"Ports": [{
|
||||
"ContainerPort": "5100"
|
||||
}],
|
||||
"Volumes": [{
|
||||
"HostDirectory": "/var/app/current",
|
||||
"ContainerDirectory": "/usr/src/app"
|
||||
}]
|
||||
}
|
Loading…
Add table
Reference in a new issue