diff options
author | 2023-01-27 21:22:33 -0800 | |
---|---|---|
committer | 2023-01-27 21:22:33 -0800 | |
commit | b4781544a4b34c5415224652a66616754d364baa (patch) | |
tree | ebceb25a1873b5aeb8930a42a6a9499afad02e5e | |
parent | d540b1c02e96013d16250cbe7c49f3f674e9f9b2 (diff) | |
download | bun-jarred/precompile-linux-dependencies.tar.gz bun-jarred/precompile-linux-dependencies.tar.zst bun-jarred/precompile-linux-dependencies.zip |
Update Dockerfilejarred/precompile-linux-dependencies
-rw-r--r-- | Dockerfile | 2 |
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 |