From dcc25d224dee51f087e51e5b4fde97e682711c8d Mon Sep 17 00:00:00 2001 From: pereiral Date: Tue, 26 Mar 2024 23:25:28 +0100 Subject: [PATCH] Actualiser explication_dockerfile.md --- explication_dockerfile.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/explication_dockerfile.md b/explication_dockerfile.md index 99c3d0e..fbd55e4 100644 --- a/explication_dockerfile.md +++ b/explication_dockerfile.md @@ -19,7 +19,8 @@ ENV school="IUT" ENV level="1.8" HEALTHCHECK --interval=1m --timeout=1s \ - CMD curl --fail http://localhost:80/ || exit 1``` + CMD curl --fail http://localhost:80/ || exit 1 +``` ## Commandes