Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#569] Fix Dockerfile to correctly build backend module
The deployment of the project was failing due to a bug in the Dockerfile of the backend module, caused by a change in the GHC version. The issue was identified during the build process, as the executable path had changed, preventing successful building of the backend module. Changes made in this commit: - Updated the Dockerfile for the backend module to reflect the correct GHC version (9.2.7) and executable path.
- Loading branch information