aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-01-27 21:22:33 -0800
committerGravatar Dylan Conway <dylan.conway567@gmail.com> 2023-01-27 21:22:33 -0800
commitb4781544a4b34c5415224652a66616754d364baa (patch)
treeebceb25a1873b5aeb8930a42a6a9499afad02e5e
parentd540b1c02e96013d16250cbe7c49f3f674e9f9b2 (diff)
downloadbun-jarred/precompile-linux-dependencies.tar.gz
bun-jarred/precompile-linux-dependencies.tar.zst
bun-jarred/precompile-linux-dependencies.zip
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8f55fe464..bac43d695 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -676,7 +676,7 @@ COPY ${BUN_DEPS_OUT_DIR}/*.o ${BUN_DEPS_OUT_DIR}/
COPY ${BUN_RELEASE_DIR}/bun.o ${BUN_DEPLOY_DIR}/
COPY src/bun.js/bindings-obj/* ${BUN_DIR}/src/bun.js/bindings-obj/
-RUN cd $BUN_DIR && mkdir -p ${BUN_RELEASE_DIR} && make bun-relink copy-to-bun-release-dir
+RUN cd ${BUN_DIR} && mkdir -p ${BUN_RELEASE_DIR} && make bun-relink copy-to-bun-release-dir
FROM bun-base-with-zig-and-webkit as link_release