-
Notifications
You must be signed in to change notification settings - Fork 9
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
Deployment issue due to bug in Dockerfile #569
Labels
Milestone
Comments
placek
added a commit
that referenced
this issue
Mar 27, 2024
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
added a commit
that referenced
this issue
Mar 27, 2024
…e-to-bug-in-dockerfile [#569] Deployment issue due to bug in Dockerfile
@MSzalowski Does this one have the correct status, is it really blocked? |
It is on staging, not blocked. Moved to appropriate column |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer,
I want to fix the bug in the Dockerfile for the backend module of the project
so that the deployment can be successful.
Summary
The deployment of the project is failing due to a bug in the Dockerfile of the backend module, as highlighted in the failing deployment logs at https://github.com/IntersectMBO/govtool/actions/runs/8439354402/job/23113753291. The root cause of the issue is identified in the pull request (PR) at #564.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: