Update requirements.txt path
This commit is contained in:
@@ -18,7 +18,7 @@ RUN apk add --no-cache \
|
|||||||
&& pip install --upgrade pip
|
&& pip install --upgrade pip
|
||||||
|
|
||||||
# Copy the requirements file and install dependencies
|
# Copy the requirements file and install dependencies
|
||||||
COPY src/requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Copy the application code
|
# Copy the application code
|
||||||
|
|||||||
Reference in New Issue
Block a user