Skip to content

Commit

Permalink
Missing the and
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Aug 30, 2024
1 parent 8a341ea commit 4f29434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-debug
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN \
--mount=type=cache,target=/usr/src/app/target,sharing=locked \
du -h target && du -h cargo-home && \
CARGO_HOME=/usr/src/app/cargo-home just libc=gnu build --bin restate-server && \
cp target/debug/restate-server restate-server \
cp target/debug/restate-server restate-server && \
du -h target && du -h cargo-home

# We do not need the Rust toolchain to run the server binary!
Expand Down

0 comments on commit 4f29434

Please sign in to comment.