Create Dockerfile to allow it to build #379
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This creates a dockerfile in the repo using an older (likely EOL) version of node that allows the site to be built and run.
This may be helpful for testing and/or any efforts to slowly upgrade things to modern, supported versions
tested by finding a project thats present in the docs (i.e. recently added) but not on the site (Kuadrant) and confirming that the site built with this container indeed includes that project (in fact its in there twice!)
claude did most of the work writing the dockerfile - i just iterated through old node versions starting with node 11 and getting newer until one worked
Utter worst case, this PR serves as documentation that the site build seems to work on node 14