Skip to content

Commit eacd9a2

Browse files
committed
chore: add devcontainer
1 parent ec4650b commit eacd9a2

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM mcr.microsoft.com/devcontainers/base:ubuntu
2+
3+
RUN apt install -y curl unzip
4+
5+
ENV BUN_INSTALL=/usr/local
6+
RUN curl -fsSL https://bun.sh/install | bash

.devcontainer/devcontainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Bun (TypeScript) development container",
3+
"build": {
4+
"dockerfile": "./Dockerfile"
5+
}
6+
}

0 commit comments

Comments
 (0)