-
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
Added devcontainer.json and fixed Dockerfile #119
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Ubuntu had an old version of Node.js; needed to install it via nvm to get a modern version that hivtrace-viz supports
Actually, there are some more fixes that need to be made to the |
I've ported the Dockerfile to use Oracle Linux instead of Ubuntu, and I'm now stuck at the same place as I was in Ubuntu: @stevenweaver Thoughts? |
I've updated the supported engines to |
@stevenweaver Great, thanks for the info! Switching to Node 18 worked perfectly. As of the following commit: I'm able to build directly from the development environment with the following: yarn
yarn develop # or yarn build So this one should be good to go now! In GitHub Codespaces, I'm even able to load the deployed web app |
Many thanks @niemasd. |
With this devcontainer file, VS Code (and GitHub Codespaces) will be able to create the development environment automatically. I also fixed the
yarn
installation in theDockerfile
.