Skip to content

Commit

Permalink
Create Dockerrun.aws.json
Browse files Browse the repository at this point in the history
add the Dockerrun.aws.json file
  • Loading branch information
mohamedasme-sf4303 authored Sep 17, 2024
1 parent 4d9a649 commit 48f8ba4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions deploy/ aws-elastic-beanstalk/Dockerrun.aws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "syncfusion/boldbi:latest",
"Update": "true"
},
"Ports": [
{
"ContainerPort": "80"
}
],
"Volumes": [
{
"HostDirectory": "/var/app/data",
"ContainerDirectory": "/application/app_data"
}
]
}

0 comments on commit 48f8ba4

Please sign in to comment.