From c31a46017598fd08d219f3086115b26967cfcf82 Mon Sep 17 00:00:00 2001 From: LunaChocken <44623479+lunachocken@users.noreply.github.com> Date: Tue, 19 May 2026 18:27:59 +0100 Subject: [PATCH] run python --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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" ]