diff --git a/Dockerfile b/Dockerfile index 054c4f0..936e333 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,6 @@ COPY pyproject.toml uv.lock . RUN uv sync --frozen # copy the rest of the code -COPY src . +COPY src ./ CMD ["uv", "run", "main.py"]