Skip to content

Commit

Permalink
env in dockerrun file
Browse files Browse the repository at this point in the history
  • Loading branch information
bakgom123 committed Dec 18, 2024
1 parent b3439b2 commit 2f22a66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/Dockerrun.aws.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@
{
"ContainerPort": 3003
}
],
"Environment": [
{ "Name": "AWS_BUCKET_NAME", "Value": "${AWS_BUCKET_NAME}" },
{ "Name": "AWS_REGION", "Value": "${AWS_REGION}" },
{ "Name": "AWS_ACCESS_KEY_ID", "Value": "${AWS_ACCESS_KEY_ID}" },
{ "Name": "AWS_SECRET_ACCESS_KEY", "Value": "${AWS_SECRET_ACCESS_KEY}" }
]
}

0 comments on commit 2f22a66

Please sign in to comment.