From e44b4704f7b86328cce095353f7d3ac133ca84e6 Mon Sep 17 00:00:00 2001 From: KokaKiwi Date: Wed, 27 Oct 2021 16:57:52 +0200 Subject: [PATCH] Sync/fix Dockerfile with latest update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 05d2d81d..c4df80f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,4 @@ ENV RUST_BACKTRACE=1 ENV RUST_LOG=garage=info COPY result/bin/garage / -CMD [ "/garage", "server", "-c", "config.toml"] +CMD [ "/garage", "-c", "config.toml", "server"]