sprathod369 / ecommerce

0 stars 0 forks source link

Missing Docker Support for Build, Package, and Deploy #1

Open sprathod369 opened 3 hours ago

sprathod369 commented 3 hours ago

The repository currently contains empty Dockerfiles for both the Java backend and Angular frontend, as well as an incomplete docker-compose.yml file. To enable containerized builds, packaging, and deployment of the application, complete Dockerfiles for both components and a functional docker-compose.yml are required.

sprathod369 commented 3 hours ago

Postgres database container should be used as part of setting up and running the sample ecommerce application using docker compose. The Dockerfile and compose definitions should follow the best practices for Docker so that the images created are slim and secure