motoe moto commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -60,4 +60,4 @@ CMD ["./transfersh", "--provider", "local", "--basedir", "/app/Downloads", "--te
|
|
| 60 |
|
| 61 |
# Health check to ensure the container is running correctly
|
| 62 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
| 63 |
-
CMD curl -f http://localhost:8080/ || exit 1
|
|
|
|
| 60 |
|
| 61 |
# Health check to ensure the container is running correctly
|
| 62 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
| 63 |
+
CMD curl -f http://localhost:8080/ || exit 1
|