-
Notifications
You must be signed in to change notification settings - Fork 3
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
Part 1: infra changes #70
base: backend+accounts+rankings
Are you sure you want to change the base?
Conversation
part 1 branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, @AlexandreOndet.
A few comments to be addressed and a few questions, which might spawn some addition items that need to be fixed.
Additionally, please add some details to the PR description. At minimum please:
- Document what the code and config introduced in this PR does
- State how this PR should be tested
@@ -0,0 +1,134 @@ | |||
#!/usr/bin/env bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a particular reason why this is a bash script?
I feel that a Python script would be more readable for most people. I would expect that the environment that this script will be run on (either CI or a developer's machine) would have Python install.
@@ -0,0 +1,13 @@ | |||
FROM node:16-alpine AS development |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, Node v20 would be preferred.
Additionally, is there a reason why you're using an Alpine image? Alpine can be the cause of many issues.
That's a first step for merging #50.
The new files introduced in this PR allow to :
Since this PR contain mostly config files, running the project is the test.