User JSON arguments in Dockerfile

This commit is contained in:
2025-02-01 01:27:12 +00:00
parent cda7288420
commit 2bb565704e

View File

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