Skip to content

Commit febc481

Browse files
committed
fix: Fixed docker build
1 parent 5d1539e commit febc481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM base AS builder
66
WORKDIR /app
77

88
COPY . .
9-
RUN bun install --production
9+
RUN bun install
1010
RUN bun run build
1111

1212
# Production image, copy all the files and run next

0 commit comments

Comments
 (0)