diff --git a/Dockerfile b/Dockerfile index c6f9446..18c1ec9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,3 +10,4 @@ ENV UV_NO_DEV=1 # Sync the project into a new environment, asserting the lockfile is up to date WORKDIR /app RUN uv sync --locked +CMD [ "uv", "run", "main.py" ]