Describe the bug
The 'docker-compose up' command fails to build the server image specifically on Windows systems
To Reproduce
Steps to reproduce the behavior:
- Clone the repository
- Navigate to the project directory
- Run 'docker-compose up' on Windows
- Build fails during server image creation
Expected behavior
- Docker should successfully build both client-app and server images
- All containers should start without errors
- Application should be accessible via specified ports
The same behavior should be consistent across Windows, Linux, and macOS
Describe the bug
The 'docker-compose up' command fails to build the server image specifically on Windows systems
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The same behavior should be consistent across Windows, Linux, and macOS