Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task 9 #21

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Conversation

AlexanderSUS
Copy link

Task 9. Conteinerization Link

Main scope (score 70/70)

  • Dockerfile is prepared, image is building. Image size is minimized to be less than 500 MB.
  • Dockerfile is optimized. Files that change more often and commands that depend on them should be included later, files and commands that change less should be at the top.
  • Folders are added to .dockerignore, with explanations. At least 2 big directories should be excluded from build context. Elastic Beanstalk application is initialized.

Additional (optional) tasks

  • - Environment is created and the app is deployed to the AWS cloud. My aws account was blocked, so I can't deploy
  • FE application is updated with Cart API endpoint. PR

Image build is successful

Screenshot 2024-08-02 at 12 13 58

Image size is 161MB
Screenshot 2024-08-02 at 12 42 08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant