Skip to content

Commit ee37994

Browse files
authored
Merge pull request #3566 from codecrafters-io/feat-dockerfile-support-install-update
feat(cursor): add Dockerfile support and update install script
2 parents 1bf6f28 + 637fc49 commit ee37994

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.cursor/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FROM oven/bun:1.3.5

.cursor/environment.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"install": "curl -fsSL https://bun.com/install | bash -s 'bun-v1.3.5' && bun install",
2+
"build": {
3+
"context": ".",
4+
"dockerfile": "Dockerfile"
5+
},
6+
"install": "bun install",
37
"terminals": [
48
{
59
"name": "make serve",

0 commit comments

Comments
 (0)