diff --git a/Dockerfile b/Dockerfile index bc12f3df41..a16b33ac0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,4 +52,4 @@ COPY --from=builder /app/scripts ./scripts COPY --from=builder /app/characters ./characters # Set the command to run the application -CMD ["pnpm", "start", "non-interactive"] +CMD ["pnpm", "start", "--non-interactive"]