Added requirements for faster builds
This commit is contained in:
@@ -6,3 +6,9 @@ WORKDIR /usr/src/app
|
||||
|
||||
# Install uv directly using pip
|
||||
RUN pip install uv
|
||||
|
||||
# Common helper modules to speed up future builds
|
||||
COPY requirements.txt .
|
||||
|
||||
# Install dependencies using uv
|
||||
RUN uv pip install --system -r requirements.txt
|
||||
Reference in New Issue
Block a user