We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e07ed1 commit c14d889Copy full SHA for c14d889
1 file changed
Dockerfile
@@ -5,7 +5,7 @@ FROM ${platform}:${platform_version} as bench-env
5
6
# Pull mimalloc-bench
7
RUN mkdir -p /mimalloc-bench
8
-COPY --exclude=.github . /mimalloc-bench
+COPY . /mimalloc-bench
9
10
WORKDIR /mimalloc-bench
11
# Install dependencies
0 commit comments