From 84ba176ec93a6507728e03b6458875ffad23579a Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 4 Dec 2020 14:22:31 +0100 Subject: no dup log --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index ea676ac..0ece89b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,7 @@ FROM archlinux:latest COPY target/release/examples/basalt /root/basalt -CMD /root/basalt ENV RUST_BACKTRACE=1 ENV RUST_LOG=netapp=info,netapp::peering=debug,basalt=info -CMD /garage/garage server -c /garage/config.toml +CMD /root/basalt -- cgit v1.2.3