Backend code for Nutrition on wheels project
Running docker image
- Please provide the full name of the docker iamge including the tag. e.g. nutrition:1.1
- Attach the port expose in the beginning docker run -dp 8080:8080 nutrition:1.1
- aws ecr-public --profile riva get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws (ap-south not connecting)
- docker tag 17a42e40083b public.ecr.aws/e1b2e4b4/nutrition-1.0:1.0
- docker push public.ecr.aws/e1b2e4b4/nutrition-1.0:1.0
- https://dev.to/gigincg/deploy-jar-file-to-elastic-beanstalk-using-eb-cli-4f46 - for installing AWS EBS and deploy.
- Please remember to create a user and give full permission to the user.