Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#569] Deployment issue due to bug in Dockerfile #570

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

placek
Copy link
Contributor

@placek placek commented Mar 27, 2024

Closes #569.

This pull request addresses the deployment issue encountered due to a bug in the Dockerfile affecting the backend module of the project. The failing build was a result of a change in the GHC version, leading to an incorrect executable path. By updating the Dockerfile for the backend module to specify the correct GHC version (9.2.7) and executable path, the build issue is resolved, ensuring successful deployment.

The changes in this commit consist of updating the Dockerfile for the backend module to reflect the appropriate GHC version (9.2.7) and the associated executable path required for successful building of the 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.
@placek placek added 🐛 Bug Something isn't working 🏗 Infrastructure labels Mar 27, 2024
@placek placek self-assigned this Mar 27, 2024
@placek placek linked an issue Mar 27, 2024 that may be closed by this pull request
5 tasks
@placek placek merged commit f7bd059 into develop Mar 27, 2024
@placek placek deleted the fix/569-deployment-issue-due-to-bug-in-dockerfile branch March 27, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working 🏗 Infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deployment issue due to bug in Dockerfile
2 participants