From df3858c748a82dffc58c2706e539fdd46d14e2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Popin?= Date: Thu, 23 Nov 2023 11:38:05 +0100 Subject: [PATCH] Attempt to silent npm run (#2627) --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Dockerfile b/front/Dockerfile index 00fa463afc5b..1ba8d224f504 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -11,4 +11,4 @@ COPY . . RUN FRONT_DATABASE_URI="sqlite:foo.sqlite" XP1_DATABASE_URI="sqlite:bar.sqlite" npm run build -CMD ["npm", "run", "start"] \ No newline at end of file +CMD ["npm", "--silent", "run", "start"] \ No newline at end of file