Abort collaboration process if any thread panics
This commit is contained in:
parent
eca6115e4b
commit
647d9861b1
2 changed files with 1 additions and 2 deletions
|
@ -5,6 +5,7 @@ WORKDIR app
|
|||
COPY . .
|
||||
|
||||
# Compile collab server
|
||||
ARG CARGO_PROFILE_RELEASE_PANIC=abort
|
||||
RUN --mount=type=cache,target=./script/node_modules \
|
||||
--mount=type=cache,target=/usr/local/cargo/registry \
|
||||
--mount=type=cache,target=./target \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue