Skip to content

Commit

Permalink
chore: eb 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
plzprayme committed Oct 21, 2021
1 parent 22019a9 commit 499e9f8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .ebextensions/Dockerrun.aws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"AWSEBDockerrunVersion": "1",
"Authentication": {
"Bucket": "sgsg-deploy",
"Key": "backend/docker/.dockercfg"
},
"Image": {
"Name": "sagak/server:latest"
},
"Ports": [
{
"ContainerPort": "8080"
}
]
}

0 comments on commit 499e9f8

Please sign in to comment.