build: compose with a crontab

This commit is contained in:
2026-04-20 18:58:11 +02:00
parent 1920fe3a00
commit 3064fe5492
4 changed files with 20 additions and 7 deletions
+2 -2
View File
@@ -22,9 +22,9 @@ RUN PIP_ROOT_USER_ACTION=ignore python3 -m pip install uv
COPY uv.lock pyproject.toml ./
RUN uv sync --no-dev
RUN uv pip install -r pyproject.toml --system
COPY main.py favicon.ico ./
COPY src/* ./src/
ENTRYPOINT [ "uv", "run", "--no-sync", "main.py"]
ENTRYPOINT [ "/app/main.py"]