From aa676a4327fc67c40fe4d2c2976bc2abdbd8b5bd Mon Sep 17 00:00:00 2001 From: Capucho Date: Tue, 28 Jul 2020 16:48:31 +0100 Subject: [PATCH] Updated the Dockerfile --- server-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-cli/Dockerfile b/server-cli/Dockerfile index 3cb85181f9..3ed1434712 100644 --- a/server-cli/Dockerfile +++ b/server-cli/Dockerfile @@ -13,4 +13,4 @@ COPY ./assets/common /opt/assets/common COPY ./assets/world /opt/assets/world WORKDIR /opt -CMD [ "sh", "-c", "RUST_BACKTRACE=1 /opt/veloren-server-cli" ] +CMD [ "sh", "-c", "RUST_BACKTRACE=1 /opt/veloren-server-cli -b" ]