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