Skip to content

Commit

Permalink
changed deckerrun
Browse files Browse the repository at this point in the history
  • Loading branch information
f-bguiga committed Feb 12, 2024
1 parent 253866a commit b7dcae5
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Dockerrun.aws.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "600453241670.dkr.ecr.us-east-1.amazonaws.com/next-docker"
"Name": "600453241670.dkr.ecr.us-east-1.amazonaws.com/next-docker",
"Update": "true"
},
"Ports": [
{
"ContainerPort": 80
}
]
}
],
"Volumes": [
{
"HostDirectory": "/var/app/current",
"ContainerDirectory": "/app"
}
],
"Logging": "/var/log/nginx"
}

0 comments on commit b7dcae5

Please sign in to comment.