Skip to content

Commit c14d889

Browse files
committed
drop exclude
1 parent 9e07ed1 commit c14d889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM ${platform}:${platform_version} as bench-env
55

66
# Pull mimalloc-bench
77
RUN mkdir -p /mimalloc-bench
8-
COPY --exclude=.github . /mimalloc-bench
8+
COPY . /mimalloc-bench
99

1010
WORKDIR /mimalloc-bench
1111
# Install dependencies

0 commit comments

Comments
 (0)