Spaces:
Runtime error
Runtime error
Commit
·
4873c1e
1
Parent(s):
4b8202a
change
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
|
|
15 |
WORKDIR /app
|
16 |
|
17 |
# Copy requirements and install them
|
18 |
-
COPY
|
19 |
RUN pip install --no-cache-dir -r requirements.txt
|
20 |
|
21 |
# Copy the FastAPI application code
|
|
|
15 |
WORKDIR /app
|
16 |
|
17 |
# Copy requirements and install them
|
18 |
+
COPY requirements.txt .
|
19 |
RUN pip install --no-cache-dir -r requirements.txt
|
20 |
|
21 |
# Copy the FastAPI application code
|