diff --git a/Dockerfile b/Dockerfile index 6fe62e1..6b78a01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,4 +33,4 @@ EXPOSE 8080 # Reset the entrypoint, don't invoke `uv` ENTRYPOINT [] -CMD ["uv", "run", "schedule_script.py"] +CMD ["uv", "run", "schedule_script.py", "--no-simulation-mode"]