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"]