Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ COPY requirements.txt .
|
|
| 19 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 20 |
|
| 21 |
# Copy application code
|
| 22 |
-
COPY
|
| 23 |
|
| 24 |
# Health check
|
| 25 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
|
|
|
|
| 19 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 20 |
|
| 21 |
# Copy application code
|
| 22 |
+
COPY server.py .
|
| 23 |
|
| 24 |
# Health check
|
| 25 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
|