Tim Luka Horstmann commited on
Commit ·
61697c0
1
Parent(s): faf6bd7
Fixed docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ RUN pip install --upgrade pip && \
|
|
| 28 |
pip install --no-cache-dir -r requirements.txt
|
| 29 |
|
| 30 |
# Copy application code and data
|
| 31 |
-
COPY app.py
|
| 32 |
|
| 33 |
# Expose the port your FastAPI app runs on
|
| 34 |
EXPOSE 7860
|
|
|
|
| 28 |
pip install --no-cache-dir -r requirements.txt
|
| 29 |
|
| 30 |
# Copy application code and data
|
| 31 |
+
COPY app.py cv_text.txt ./
|
| 32 |
|
| 33 |
# Expose the port your FastAPI app runs on
|
| 34 |
EXPOSE 7860
|