Skip to content

Instantly share code, notes, and snippets.

@niteshpurohit
Created August 27, 2020 10:18
Show Gist options
  • Save niteshpurohit/397be68e9d6b4152ae6f0ca136c3a3df to your computer and use it in GitHub Desktop.
Save niteshpurohit/397be68e9d6b4152ae6f0ca136c3a3df to your computer and use it in GitHub Desktop.
aws eb docker config sh
echo "{\"AWSEBDockerrunVersion\":\"1\",\"Image\":{\"Name\":\"$REPOSITORY_URI:$RELEASE_TAG\",\"Update\":\"true\"},\"Ports\":[{\"ContainerPort\":\"5000\"}],\"Logging\":\"/var/log\"}" > Dockerrun.aws.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment