Skip to content

Commit cbb8b03

Browse files
committed
fix: prod flag
1 parent 4e55ab9 commit cbb8b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY package.json bun.lock turbo.json ./
77
COPY apps/ ./apps/
88
COPY packages/ ./packages/
99

10-
RUN bun install --production
10+
RUN bun install
1111

1212
RUN bunx turbo build --filter=@databuddy/api...
1313

0 commit comments

Comments
 (0)