From 610ba76cc4836660c2393d93351a2354c9850d4b Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 13 Nov 2022 01:14:27 +0100 Subject: [PATCH] Add entrypoint to Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7c9095..bb2810a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,5 @@ RUN cargo install --path . --all-features --bins FROM install AS environment -ENV RUST_LOG "warn,distributed_arcade=info" \ No newline at end of file +ENV RUST_LOG "warn,distributed_arcade=info" +ENTRYPOINT ["distributed_arcade"]