We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd511b1 commit 91e85a8Copy full SHA for 91e85a8
opt/build/docker/dockerfile.tmpl
@@ -86,7 +86,7 @@ COPY --from=builder /build/install-cpu/ $REDIS_MODULES/
86
87
COPY --from=builder /build/bin/artifacts/ /var/opt/redislabs/artifacts
88
{% if gpu_build is defined %}
89
-COPY --from=redis /usr/local/bin/* /usr/local/bin/
+COPY --from=redis /usr/local/bin/redis* /usr/local/bin/
90
{% endif %}
91
92
WORKDIR /data
0 commit comments