diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f807dfb --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +# Use a Python base image +FROM python:3.11-slim + +# Set the correct working directory +WORKDIR /usr/src/app + +# Install uv directly using pip +RUN pip install uv