Skip to content

Commit 996c338

Browse files
committed
Temporarily prevent bun test in Dockerfile
1 parent f028f73 commit 996c338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY . .
2323

2424
# [optional] tests & build
2525
ENV NODE_ENV=production
26-
RUN bun test
26+
# RUN bun test
2727
# RUN bun run build
2828

2929
# copy production dependencies and source code into final image

0 commit comments

Comments
 (0)