Open sprathod369 opened 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
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.