aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.musl
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.musl')
-rw-r--r--Dockerfile.musl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile.musl b/Dockerfile.musl
index ce198eaa6..ffdca5538 100644
--- a/Dockerfile.musl
+++ b/Dockerfile.musl
@@ -130,9 +130,9 @@
# WORKDIR /bun
-# COPY ./integration /bun/integration
-# COPY ./integration/snippets/package-json-exports/_node_modules_copy /bun/integration/snippets/package-json-exports/_node_modules_copy
-# CMD [ "bash", "-c", "npm install && cd /bun/integration/snippets && npm install && cd /bun && make copy-test-node-modules test-all"]
+# COPY ./test /bun/test
+# COPY ./test/snippets/package-json-exports/_node_modules_copy /bun/test/snippets/package-json-exports/_node_modules_copy
+# CMD [ "bash", "-c", "npm install && cd /bun/test/snippets && npm install && cd /bun && make copy-test-node-modules test-all"]
# # FROM bun