Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.9
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Copy the FastAPI app and dependencies
|
8 |
-
COPY
|
9 |
COPY requirements.txt .
|
10 |
|
11 |
# Install dependencies
|
|
|
5 |
WORKDIR /app
|
6 |
|
7 |
# Copy the FastAPI app and dependencies
|
8 |
+
COPY app.py .
|
9 |
COPY requirements.txt .
|
10 |
|
11 |
# Install dependencies
|