From 42eea2ae23481200b77e9fbac97df57644fb9fcb Mon Sep 17 00:00:00 2001 From: Lilian BRETON Date: Fri, 9 Dec 2022 09:35:14 +0100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ef7f23..1b8f398 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -RUN --rm \ +RUN -rm \ -e SONAR_HOST_URL="https://codefirst.iut.uca.fr/sonar" \ -e SONAR_LOGIN=sqp_bef6be1353791524d291104c36283e68bfa60655 \ -v "bob_party/src" \