From 4a50ce366639ca9dac7324d6a47d6a0e6c7fccdf Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 21 Apr 2021 18:13:51 +0100 Subject: Bugfixes, show time ago, perf improvements Also allow unique listing and more ergonomic cwd usage --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index e7125414..4f0d615b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,12 @@ COPY --from=cacher $CARGO_HOME $CARGO_HOME RUN cargo build --release --bin atuin FROM debian:buster-slim as runtime + WORKDIR app + +ENV TZ=Etc/UTC +ENV RUST_LOG=info +ENV ATUIN_CONFIG_DIR=/config + COPY --from=builder /app/target/release/atuin /usr/local/bin ENTRYPOINT ["/usr/local/bin/atuin"] -- cgit v1.3.1