Spaces:
Running
Running
fix yml version error
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ COPY requirements.txt .
|
|
| 13 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 14 |
|
| 15 |
# Copy source code
|
| 16 |
-
COPY
|
| 17 |
|
| 18 |
# Expose FastAPI port
|
| 19 |
EXPOSE 8000
|
|
|
|
| 13 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 14 |
|
| 15 |
# Copy source code
|
| 16 |
+
COPY . .
|
| 17 |
|
| 18 |
# Expose FastAPI port
|
| 19 |
EXPOSE 8000
|