13๐
โ
Iโve realised that the problem was that Elastic Beanstalk, for some reasons, kept the unsuccessfully deployed versions under .elasticbeanstalk. The solution, at least in my case, was to remove those temporal (or whatever you call them) versions of the application.
๐ค0x4ndy
0๐
Maybe the problem is this:
AWS Elastic Beanstalk Docker Does not support Multi-Stage Build
If yes, I solved using an unamed stage for the multi-stage Dockerfile. Chek that link for the solution. However next time I suggest you to post the last-100-rows of logs. The problem can be not clear watching Events log.
๐คGiacomo Brunetta
- [Django]-How can I serialize a queryset from an unrelated model as a nested serializer?
- [Django]-Django model one foreign key to many tables
- [Django]-Django/DRF โ 405 Method not allowed on DELETE operation
Source:stackexchange.com