Skip to content

Commit 9241150

Browse files
authored
Merge pull request #3560 from codecrafters-io/simplify-dockerfile-use-base-image
chore(cursor): simplify Dockerfile to use base image only
2 parents 2f35707 + d3cbf86 commit 9241150

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.cursor/Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
11
FROM oven/bun:1.3.5
2-
3-
WORKDIR /app
4-
5-
# Install dependencies
6-
COPY package.json bun.lock ./
7-
RUN bun install
8-
9-
# Add the rest of the application
10-
COPY . .

0 commit comments

Comments
 (0)