Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile to streamline application structure
- Modified the Dockerfile to copy the entire project directory into the /app directory, replacing the previous src directory copy. This change simplifies the build context and ensures all necessary files are included in the Docker image. These adjustments aim to enhance the Docker image's consistency and ease of use.
- Loading branch information