Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 651 Bytes

File metadata and controls

17 lines (14 loc) · 651 Bytes

Devcontainer with Devbox

Build and deploy

Pre-installed devbox for devcontainer. You can find the images in ghcr.io/sambyeol/devbox-devcontainer.

Quickstart

Make a devcontainer setting file at .devcontainer/devcontainer.json in your project.

{
    "image": "ghcr.io/sambyeol/devbox-devcontainer",
    "overrideCommand": false,
	"postCreateCommand": "devbox install"
}

Then, reopen in container.