Conversation
|
@rishabkumar7 is attempting to deploy a commit to the Hashnode Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi @rishabkumar7, Thank you for your contribution and for adding devcontainer support to our open-source blog starter kit! This is a valuable addition to our project. However, we've encountered an issue with the image specified in the devcontainer.json file: To ensure broader compatibility across different systems, including ARM64, we recommend switching to an image that supports buster or bullseye tags, which are more universally compatible. Here is a suggestion that could be a good alternative: By making this change, we can ensure that our devcontainer setup is accessible to a wider range of developers and systems. Best regards, |
|
Hi @rishabkumar7, |
Devcontainer let's you use a container as a full-featured development environment. It allows you to open any folder inside (or mounted into) a container and take advantage of Visual Studio Code's full feature set. GitHub Codespaces also utilises this file.
Configure the

devcontainer.jsonto install all the dependencies and export port3000.Here is a GitHub Codespaces example: