diff --git a/Dockerfile b/Dockerfile index f38567f..5560e9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,6 @@ USER 1000 EXPOSE 8080 +ENV UV_NO_CACHE=1 + ENTRYPOINT ["uv", "run", "python", "main.py"]