-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Create Dockerfile to run dev env #937
Comments
What are the latest recommended versions of Python and Node to be used to work with this repo? |
Python v3 - should work with latest v3 version |
When I ran
I can fix the first warning very easily by just making the RegEx a raw string, but the other warning will need update to Flask version. Any suggestions, what should we do about it? |
No seen that first error before to be honest. Wonder if it’s due to the version you are running? But if you can see the fix then go for it. I have seen the second and ignore it as not related to our code and just a warning. Maybe raise a separate issue for that one so we can look at it separately? |
Implemented in #956 and is ready for reviews. |
As discussed in #933 (comment) let's set up a Dockerfile to allow easier launching of dev env
The text was updated successfully, but these errors were encountered: