run python

This commit is contained in:
LunaChocken
2026-05-19 18:27:59 +01:00
parent a954ac2cda
commit c31a460175
+1
View File
@@ -10,3 +10,4 @@ ENV UV_NO_DEV=1
# Sync the project into a new environment, asserting the lockfile is up to date # Sync the project into a new environment, asserting the lockfile is up to date
WORKDIR /app WORKDIR /app
RUN uv sync --locked RUN uv sync --locked
CMD [ "uv", "run", "main.py" ]