- Changed the image reference in justfile and docker-compose.yml to point to the 'advdoors-front' image, aligning with the new frontend deployment strategy.
- Added image reference for the app in docker-compose.yml.
- Modified justfile to include new push and prod-pull commands for building and deploying the app image.
- Updated prod-up command to pull the latest image before starting containers, enhancing deployment efficiency.