Imporved logging and added debug information to get backtraces when errors are encountered
This commit is contained in:
@ -13,6 +13,7 @@ COPY . .
|
||||
RUN cargo b -r
|
||||
|
||||
FROM debian:stable-slim
|
||||
ENV RUST_BACKTRACE=1
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/target/release/pass_manager .
|
||||
CMD [ "./pass_manager" ]
|
||||
|
Reference in New Issue
Block a user