diff --git a/Cargo.toml b/Cargo.toml index 77469c0623d3f2b9c3254432faf93e9a32b9fe77..39e4cd6367c322b0b6f7d5bc664a1d017b31151c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,5 +84,3 @@ split-debuginfo = "unpacked" [profile.release] debug = true - - diff --git a/Dockerfile b/Dockerfile index 5a6279a95e3dab632b215900bbaef417571123cc..d3170696c5fc08c67cbca61a203eced42e4eba0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \