From 481a7b20d1c7d39e37e742f82b80ccecf0054a22 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 7 Apr 2025 16:04:10 +0200 Subject: [PATCH] Actualiser Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 35af75b..df18918 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,4 @@ RUN pip install --no-cache-dir -r requirements.txt # Make sure run script is executable RUN chmod +rxxx ./run.sh -CMD sh run.sh \ No newline at end of file +CMD ["sh","./run.sh"] \ No newline at end of file