From 2bb565704eb0d5376f44c29985605a9f0f676300 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Sat, 1 Feb 2025 01:27:12 +0000 Subject: [PATCH] User JSON arguments in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f90c305..9b6812f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ RUN cargo build --release # COPY target/release/cipher_discord_bot /app/cipher_discord_bot # Run the application when the container starts -CMD ./target/release/cipher_discord_bot start +CMD ["./target/release/cipher_discord_bot", "start"]