Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -37,7 +37,7 @@ USER hindsight
|
|
| 37 |
|
| 38 |
EXPOSE 7860
|
| 39 |
|
| 40 |
-
HEALTHCHECK --interval=30s --timeout=10s --retries=5 --start-period=
|
| 41 |
CMD curl -f http://localhost:7860/health || exit 1
|
| 42 |
|
| 43 |
# Wrap original CMD with backup/restore entrypoint
|
|
|
|
| 37 |
|
| 38 |
EXPOSE 7860
|
| 39 |
|
| 40 |
+
HEALTHCHECK --interval=30s --timeout=10s --retries=5 --start-period=300s \
|
| 41 |
CMD curl -f http://localhost:7860/health || exit 1
|
| 42 |
|
| 43 |
# Wrap original CMD with backup/restore entrypoint
|