mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 07:12:03 +03:00
Fix Dockerfile build of zed-server
Co-Authored-By: Max Brunsfeld <max@zed.dev> Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
2a763d0987
commit
e94099df08
@ -18,7 +18,7 @@ RUN --mount=type=cache,target=./script/node_modules \
|
||||
RUN --mount=type=cache,target=./script/node_modules \
|
||||
--mount=type=cache,target=/usr/local/cargo/registry \
|
||||
--mount=type=cache,target=./target \
|
||||
cargo build --release --bin zed-server
|
||||
cargo build --release --package zed-server --bin zed-server
|
||||
|
||||
# Copy server binary out of cached directory
|
||||
RUN --mount=type=cache,target=./target \
|
||||
|
Loading…
Reference in New Issue
Block a user