kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.82k stars 1.7k forks source link

Fix docker build #299

Closed AlmarAubel closed 4 months ago

AlmarAubel commented 8 months ago

Summary

This pull request addresses a critical issue where the backend Docker image was failing to build correctly. The root cause was traced back to the recent update involving directory.build.props and related files, which were not being included in the Docker image(s).

Details

Suggested Documentation Update

Given the compatibility enhancement for ARM processors, I recommend we include a link in the README to guide users on configuring Docker to run SQL Server on ARM architectures. This will be particularly helpful for those using newer MacBook models.

Conclusion

These changes should resolve the backend en dbmigrator Docker image build issues and improve our project's compatibility across different development environments. I welcome any further suggestions. In order to prevent breaking the docker images I created this issue #298