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 93360b7 commit 29a230eCopy full SHA for 29a230e
.github/docker/Dockerfile.musl
@@ -3,7 +3,7 @@ ARG NODE_VERSION=16.20.1
3
4
FROM ${PLATFORM}/node:${NODE_VERSION}-alpine AS build
5
6
-WORKDIR /zstd
+WORKDIR /mongodb-client-encryption
7
COPY . .
8
9
RUN apk --no-cache add make g++ libc-dev curl bash python3 py3-pip vim cmake git
@@ -15,4 +15,4 @@ RUN if [ -n "$RUN_TEST" ]; then npm test ; else echo "skipping tests" ; fi
15
16
FROM scratch
17
18
-COPY --from=build /zstd/prebuilds/ /
+COPY --from=build /mongodb-client-encryption/prebuilds/ /
0 commit comments